isomorfeus 1.0.0.zeta6 → 1.0.0.zeta8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isomorfeus/installer/templates/Gemfile.erb +9 -6
- data/lib/isomorfeus/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6b8207a83ea94b2c99e3f9f81a1ef2a975dd0bd4219c2511150c3073d27829b
|
4
|
+
data.tar.gz: 5e7de7fefe1b7075d5e0e7e73c950a157c17b42b0e7898d4199662ea87023924
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fee4955ce7bd2abf98ac96955c6a8769c242abe4ed8a885a558328d52bc281f886e7f58597079e9617865b3de42d31e03442dc4463391c35b276d62959ffb9c
|
7
|
+
data.tar.gz: 4efa35a76d2887e3a288b29a22b6e5795d1507e899007f30a8a7fda43dc33c5f5cdd55b8b672a5454ccedb748658314f0e4cfbcb1f5c16d5f522238a32190cd5
|
@@ -11,12 +11,15 @@ gem 'opal-activesupport', '~> 0.3.3'
|
|
11
11
|
gem 'opal-webpack-loader', '>= 0.9.9'
|
12
12
|
|
13
13
|
gem 'isomorfeus-redux', '~> 4.0.16'
|
14
|
-
gem 'isomorfeus-react', '>= 16.12.
|
15
|
-
|
16
|
-
|
17
|
-
gem 'isomorfeus-
|
18
|
-
gem 'isomorfeus-
|
19
|
-
gem 'isomorfeus-
|
14
|
+
gem 'isomorfeus-react', '>= 16.12.2'
|
15
|
+
|
16
|
+
source "http://gems.isomorfeus.com" do
|
17
|
+
gem 'isomorfeus-policy', <%= isomorfeus_policy %>
|
18
|
+
gem 'isomorfeus-transport', <%= isomorfeus_transport %>
|
19
|
+
gem 'isomorfeus-i18n', <%= isomorfeus_i18n %>
|
20
|
+
gem 'isomorfeus-data', <%= isomorfeus_data %>
|
21
|
+
gem 'isomorfeus-operation', <%= isomorfeus_operation %>
|
22
|
+
end
|
20
23
|
|
21
24
|
group :development do
|
22
25
|
gem 'pry', '~> 0.12.2'
|
data/lib/isomorfeus/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isomorfeus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.zeta8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Biedermann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -188,7 +188,8 @@ files:
|
|
188
188
|
homepage: http://isomorfeus.com
|
189
189
|
licenses:
|
190
190
|
- MIT
|
191
|
-
metadata:
|
191
|
+
metadata:
|
192
|
+
github_repo: ssh://github.com/isomorfeus/gems
|
192
193
|
post_install_message:
|
193
194
|
rdoc_options: []
|
194
195
|
require_paths:
|