es6-promise-rails 2.0.1 → 2.0.2

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: 05a43d71953c63d6de4075ebab25e1fe53596edf
4
- data.tar.gz: 140310eea718cee2ad2296e113e05aebe88d0a68
3
+ metadata.gz: b3b42a1e38eac75f8b31ecb80a60518350df3434
4
+ data.tar.gz: f6de2ff48564b71d06bb34ed76bdfac37a2db85e
5
5
  SHA512:
6
- metadata.gz: 5f0c2384b3669d682886fbf49d19ad9dbe5e062f214e556e55aa805e29a9909bf07f0b6f9c60b6abed6633895bcf5b52104b974036599df5a9fc046b209ba51b
7
- data.tar.gz: 5172ceb5ab0b5c314613aad2ea7c580b2e5ec2e86d8cb7b2fe72b1cf1c8e9b0fcc258e1f873e60767b096b5ba767bdc32e1c01182ad2520e5fec4ba40b100417
6
+ metadata.gz: a9755e8bb70a020cbbeaa321ae433368519c43669809aec0fe6257846332f03d8d5a7fb470620be87e50d39cfbea1cefc7691084a8e8d01579e2404a0464c027
7
+ data.tar.gz: 234c5dce6ca66eb3794a17d0865a784458d3d15ef0d9738da5a9e2414878e82fdcda7f84554db1619e62c307bc1f63541a0bc79eae30c6c46294b699dad8fa59
data/Gemfile.lock CHANGED
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- es6-promise-rails (2.0.1)
4
+ es6-promise-rails (2.0.2)
5
5
  railties (>= 3.1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (4.1.6)
11
- actionview (= 4.1.6)
12
- activesupport (= 4.1.6)
10
+ actionpack (4.1.8)
11
+ actionview (= 4.1.8)
12
+ activesupport (= 4.1.8)
13
13
  rack (~> 1.5.2)
14
14
  rack-test (~> 0.6.2)
15
- actionview (4.1.6)
16
- activesupport (= 4.1.6)
15
+ actionview (4.1.8)
16
+ activesupport (= 4.1.8)
17
17
  builder (~> 3.1)
18
18
  erubis (~> 2.7.0)
19
- activesupport (4.1.6)
19
+ activesupport (4.1.8)
20
20
  i18n (~> 0.6, >= 0.6.9)
21
21
  json (~> 1.7, >= 1.7.7)
22
22
  minitest (~> 5.1)
@@ -26,13 +26,13 @@ GEM
26
26
  erubis (2.7.0)
27
27
  i18n (0.6.11)
28
28
  json (1.8.1)
29
- minitest (5.4.2)
29
+ minitest (5.4.3)
30
30
  rack (1.5.2)
31
31
  rack-test (0.6.2)
32
32
  rack (>= 1.0)
33
- railties (4.1.6)
34
- actionpack (= 4.1.6)
35
- activesupport (= 4.1.6)
33
+ railties (4.1.8)
34
+ actionpack (= 4.1.8)
35
+ activesupport (= 4.1.8)
36
36
  rake (>= 0.8.7)
37
37
  thor (>= 0.18.1, < 2.0)
38
38
  rake (10.3.2)
@@ -1,7 +1,7 @@
1
1
  module E6
2
2
  module Promise
3
3
  module Rails
4
- VERSION = '2.0.1'.freeze
4
+ VERSION = '2.0.2'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: es6-promise-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Beder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-14 00:00:00.000000000 Z
11
+ date: 2014-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties