Skip to content

Commit 9db14b3

Browse files
committed
Merge branch 'edge' of github.com:hyperstack-org/hyperstack into edge
2 parents 8bf210c + 15bdea9 commit 9db14b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/rails-webpacker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# ----------------------------------- Add the gems
1010

1111
gem 'webpacker'
12-
gem 'rails-hyperstack', github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
12+
gem 'rails-hyperstack', '~> 1.0.alpha' # github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
1313

1414
gem_group :development do
1515
gem 'foreman'

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Hyperstack
22

3-
This is the edge branch - for current status on development see [current status.](https://github.com/hyperstack-org/hyperstack/blob/edge/current-status.md)
3+
[![Build Status](https://travis-ci.org/hyperstack-org/hyperstack.svg?branch=edge)](https://travis-ci.org/hyperstack-org/hyperstack)
44

5-
Visit the legacy branch for the current stable and released Hyperloop (old name) system. [![Build Status](https://travis-ci.org/hyperstack-org/hyperstack.svg?branch=hyperloop-legacy)](https://travis-ci.org/hyperstack-org/hyperstack)
5+
This is the edge branch - the system is stable, and there are approx 1000 test specs passig. For current status on development see [current status.](https://github.com/hyperstack-org/hyperstack/blob/edge/current-status.md)
66

77
Hyperstack is a Ruby-based DSL and modern web toolkit for building spectacular, interactive web applications fast!
88

0 commit comments

Comments
 (0)