Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit cba1660

Browse files
committed
release 0.12.0
1 parent 48f6511 commit cba1660

16 files changed

+30
-8
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
source 'https://rubygems.org'
22
gemspec
33

4-
gem 'hyper-store', path: '../hyper-store'
5-
64
ruby ">= 1.9.3"
75

86
group :development do

gemfiles/opal_0.10_react_13.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7+
gem "hyper-store", :path => "../../hyper-store"
8+
gem "hyperloop-config", :path => "../../hyperloop-config"
79
gem "opal", "~> 0.10.0"
810
gem "opal-rails", "~> 0.9.0"
911
gem "react-rails", "~> 1.3.3", :require => false

gemfiles/opal_0.10_react_14.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7+
gem "hyper-store", :path => "../../hyper-store"
8+
gem "hyperloop-config", :path => "../../hyperloop-config"
79
gem "opal", "~> 0.10.0"
810
gem "opal-rails", "~> 0.9.0"
911
gem "react-rails", "~> 1.6.2", :require => false

gemfiles/opal_0.10_react_15.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem 'hyper-store', path: '../../hyper-store'
8-
7+
gem "hyper-store", :path => "../../hyper-store"
8+
gem "hyperloop-config", :path => "../../hyperloop-config"
99
gem "opal", "~> 0.10.0"
1010
gem "opal-rails", "~> 0.9.0"
1111
gem "react-rails", "~> 1.10.0", :require => false

gemfiles/opal_0.8_react_13.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7+
gem "hyper-store", :path => "../../hyper-store"
8+
gem "hyperloop-config", :path => "../../hyperloop-config"
79
gem "opal", "~> 0.8.0"
810
gem "opal-rails", "~> 0.8.1"
911
gem "react-rails", "~> 1.3.3", :require => false

gemfiles/opal_0.8_react_14.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7+
gem "hyper-store", :path => "../../hyper-store"
8+
gem "hyperloop-config", :path => "../../hyperloop-config"
79
gem "opal", "~> 0.8.0"
810
gem "opal-rails", "~> 0.8.1"
911
gem "react-rails", "~> 1.6.2", :require => false

gemfiles/opal_0.8_react_15.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7+
gem "hyper-store", :path => "../../hyper-store"
8+
gem "hyperloop-config", :path => "../../hyperloop-config"
79
gem "opal", "~> 0.8.0"
810
gem "opal-rails", "~> 0.8.1"
911
gem "react-rails", "~> 1.10.0", :require => false

gemfiles/opal_0.9_react_13.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7+
gem "hyper-store", :path => "../../hyper-store"
8+
gem "hyperloop-config", :path => "../../hyperloop-config"
79
gem "opal", "~> 0.9.0"
810
gem "opal-rails", "~> 0.9.0"
911
gem "react-rails", "~> 1.3.3", :require => false

gemfiles/opal_0.9_react_14.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7+
gem "hyper-store", :path => "../../hyper-store"
8+
gem "hyperloop-config", :path => "../../hyperloop-config"
79
gem "opal", "~> 0.9.0"
810
gem "opal-rails", "~> 0.9.0"
911
gem "react-rails", "~> 1.6.2", :require => false

gemfiles/opal_0.9_react_15.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7+
gem "hyper-store", :path => "../../hyper-store"
8+
gem "hyperloop-config", :path => "../../hyperloop-config"
79
gem "opal", "~> 0.9.0"
810
gem "opal-rails", "~> 0.9.0"
911
gem "react-rails", "~> 1.10.0", :require => false

0 commit comments

Comments
 (0)