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

Commit bd34d06

Browse files
author
Barrie Hadfield
committed
latest versions
1 parent a1eb278 commit bd34d06

File tree

7 files changed

+7083
-7063
lines changed

7 files changed

+7083
-7063
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem 'opal-browser'
66
gem 'rails'
77
gem 'opal-rails', '>= 0.8.1'
88
gem 'react-rails', '~> 1.9.0'
9+
gem 'hyper-component'
910
gem 'hyper-operation'
1011
gem 'hyper-store'
1112
gem 'hyperloop-config'

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,22 @@ GEM
7575
hyperloop-config (>= 0.9.2)
7676
opal-rails (~> 0.9.0)
7777
react-rails (< 1.10.0)
78-
hyper-operation (0.5.2)
78+
hyper-operation (0.5.3)
7979
activerecord (>= 0.3.0)
8080
hyper-component (>= 0.12.2)
81-
hyperloop-config (>= 0.9.2)
81+
hyperloop-config (>= 0.9.7)
8282
mutations
8383
opal-activesupport
8484
pusher
8585
pusher-fake
86-
hyper-react (0.12.4)
86+
hyper-react (0.12.5)
8787
hyper-store (>= 0.2.1)
88-
hyperloop-config (>= 0.9.2)
88+
hyperloop-config (>= 0.9.7)
8989
opal (>= 0.8.0)
9090
opal-activesupport (>= 0.2.0)
91-
hyper-store (0.2.1)
91+
hyper-store (0.2.2)
9292
hyperloop-config (>= 0.9.2)
93-
hyperloop-config (0.9.5)
93+
hyperloop-config (0.9.7)
9494
opal
9595
opal-browser
9696
i18n (0.8.1)
@@ -201,7 +201,7 @@ GEM
201201
tilt (2.0.7)
202202
tzinfo (1.2.3)
203203
thread_safe (~> 0.1)
204-
uglifier (3.1.10)
204+
uglifier (3.1.11)
205205
execjs (>= 0.3.0, < 3)
206206
websocket-driver (0.6.5)
207207
websocket-extensions (>= 0.1.0)
@@ -211,6 +211,7 @@ PLATFORMS
211211
ruby
212212

213213
DEPENDENCIES
214+
hyper-component
214215
hyper-operation
215216
hyper-store
216217
hyperloop-config

VERSIONS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ These libraries are built with the following Gem versions:
44
| Gem | Version |
55
|--------------------|----------|
66
| hyper-component | 0.12.3 |
7-
| hyper-operation | 0.5.2 |
8-
| hyper-store | 0.2.1 |
9-
| hyperloop-config | 0.9.5 |
7+
| hyper-operation | 0.5.3 |
8+
| hyper-store | 0.2.2 |
9+
| hyper-react | 0.12.5 |
10+
| hyperloop-config | 0.9.7 |
1011
| opal | 0.10.3 |

hyperloop.js

Lines changed: 7056 additions & 7040 deletions
Large diffs are not rendered by default.

hyperloop.min.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hyperloop/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Component
1010
VERSION = "0.12.4"
1111
end
1212
end
13+
require 'hyper-component'
1314
require 'hyper-operation'
1415
require 'hyper-store'
1516
require 'react/top_level_render'

opal-compiler.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)