hyper-component 0.12.2 → 0.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86c89106cd3b1bb60d097229d5e63d5948da6544
4
- data.tar.gz: abcf782a5bfe443ff33d205678ddc4bd34a96c32
3
+ metadata.gz: db3f38a8afb9d28a17b7774d90ce978c086eb965
4
+ data.tar.gz: 0ddc3999f4eae58dc78ee2364038d3f573e8d3b9
5
5
  SHA512:
6
- metadata.gz: 524ed90422b63f60b1c38edc53b7594652c161d948526f8a2500021fd2a34629dc6c89ad1c8f549f4099db5bbee72853fc346b7dc2c08a8d039530268d6b52b9
7
- data.tar.gz: a770b33782d3996d424e125843bcc805a5222fd32c3b34d93ad6a57f7fddfcba9f4aff60ef7997cc683e6b928de1fed6723587ca26306bfd94b80fe15cce0165
6
+ metadata.gz: 8070a9c56cf67ebaca79cb21031577fa81af2e79b8868a89793b72adf70ebb97127047e14053664f04a8e4a7e3f46fc15c3ec63a5ba9d99ab562216f28ba6397
7
+ data.tar.gz: 7ce7297f7d818f00844e1969fff92950d6f423bc0b59e681087d88425a59fa5f48ddee485817a7a53a70e05e96e8f38e3689b68e7f7d2019afb151bd07541843
data/Gemfile.lock CHANGED
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hyper-component (0.12.0)
5
- hyper-react (>= 0.12.0)
4
+ hyper-component (0.12.3)
5
+ hyper-react (>= 0.12.3)
6
6
  hyperloop-config (>= 0.9.2)
7
7
  opal-rails (~> 0.9.0)
8
- react-rails (<= 1.10.0)
8
+ react-rails (< 1.10.0)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
@@ -86,7 +86,7 @@ GEM
86
86
  globalid (0.3.7)
87
87
  activesupport (>= 4.1.0)
88
88
  hike (1.2.3)
89
- hyper-react (0.12.1)
89
+ hyper-react (0.12.3)
90
90
  hyper-store (>= 0.2.1)
91
91
  hyperloop-config (>= 0.9.2)
92
92
  opal (>= 0.8.0)
@@ -107,7 +107,7 @@ GEM
107
107
  opal
108
108
  i18n (0.8.1)
109
109
  ice_nine (0.11.2)
110
- jquery-rails (4.2.2)
110
+ jquery-rails (4.3.1)
111
111
  rails-dom-testing (>= 1, < 3)
112
112
  railties (>= 4.2.0)
113
113
  thor (>= 0.14, < 2.0)
@@ -202,7 +202,7 @@ GEM
202
202
  rb-fsevent (0.9.8)
203
203
  rb-inotify (0.9.8)
204
204
  ffi (>= 0.5.0)
205
- react-rails (1.10.0)
205
+ react-rails (1.9.0)
206
206
  babel-transpiler (>= 0.7.0)
207
207
  coffee-script-source (~> 1.8)
208
208
  connection_pool
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency 'hyper-react', '>= 0.12.0'
21
+ spec.add_dependency 'hyper-react', '>= 0.12.3'
22
22
  spec.add_dependency 'hyperloop-config', '>= 0.9.2'
23
23
  spec.add_dependency 'react-rails', '< 1.10.0'
24
24
  spec.add_dependency 'opal-rails', '~> 0.9.0'
@@ -11,8 +11,8 @@ if RUBY_ENGINE == 'opal'
11
11
  require 'hyper-react'
12
12
  else
13
13
  require 'opal'
14
+ require 'hyper-react'
14
15
  require 'react-rails'
15
16
  require 'opal-rails'
16
- require 'hyper-react'
17
17
  Opal.append_path(File.expand_path('../', __FILE__).untaint)
18
18
  end
@@ -1,5 +1,5 @@
1
1
  module Hyperloop
2
2
  class Component
3
- VERSION = "0.12.2"
3
+ VERSION = "0.12.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyper-component
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - catmando
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-14 00:00:00.000000000 Z
11
+ date: 2017-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hyper-react
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.12.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 0.12.0
26
+ version: 0.12.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: hyperloop-config
29
29
  requirement: !ruby/object:Gem::Requirement