initialjs-rails 0.2.0.7 → 0.2.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31a560fb28d92f9633e4acb0119e0481cfeb1b8e
4
- data.tar.gz: 2e5d7d518e587df5026d129d2db7975bf260311c
3
+ metadata.gz: 969111c9ada1b50926519b1bbadacbae43db61c4
4
+ data.tar.gz: df9f98e32e1886d722fa5d00ae16a83d29603904
5
5
  SHA512:
6
- metadata.gz: 8c125815de5bafc14a2410a52347cce33156c22ce0f1852cdd587918382c89dd445461b904f3b90002d88f5cd0eaefc5924229d83c79837bcd6144e14d982fee
7
- data.tar.gz: b31b1fa76623427b81fbf582a4911e958c49c9b686b1c156839a0849d1a429a5e0c4e0891fd071dbda724821232b8f1d51fa1192020a1ccb765ea68418e9fa67
6
+ metadata.gz: 8c55babd49c4a6463c5edc3f46bcf11aab030848ba62fc1b6960364a5080e18af1be87ed5eb73598b103e1b97b114a45069800a93ad1173505dd0cc041a22858
7
+ data.tar.gz: 7b81c68d194c9b095bd90bff9fccfcc4812dbe49962ccb618a0d36c6c2505de3cde85af8aa811f7b173454cd0aa4b136ff0973383e3048998fe35a918747c42f
@@ -8,14 +8,12 @@ script: "bundle exec rake"
8
8
 
9
9
  rvm:
10
10
  - 1.9.3
11
- - 2.0.0
12
11
  - 2.2.4
13
12
  - 2.3.0
14
13
  - 2.4.0
15
14
  - 2.5.1
16
15
 
17
16
  gemfile:
18
- - gemfiles/rails_3.2.gemfile
19
17
  - gemfiles/rails_4.2.gemfile
20
18
  - gemfiles/rails_5.0.gemfile
21
19
  - gemfiles/rails_5.1.gemfile
@@ -30,9 +28,3 @@ matrix:
30
28
  gemfile: gemfiles/rails_5.1.gemfile
31
29
  - rvm: 1.9.3
32
30
  gemfile: gemfiles/rails_5.2.gemfile
33
- - rvm: 2.0.0
34
- gemfile: gemfiles/rails_5.0.gemfile
35
- - rvm: 2.0.0
36
- gemfile: gemfiles/rails_5.1.gemfile
37
- - rvm: 2.0.0
38
- gemfile: gemfiles/rails_5.2.gemfile
data/Appraisals CHANGED
@@ -1,8 +1,3 @@
1
- appraise "rails-3.2" do
2
- gem 'activemodel', '~> 3.2.0'
3
- gem 'nokogiri', '< 1.8.1'
4
- end
5
-
6
1
  appraise "rails-4.2" do
7
2
  gem "activemodel", '~> 4.2.0'
8
3
  end
@@ -1,3 +1,7 @@
1
+ ## 0.2.0.8
2
+
3
+ - Drops Rails 3.2 / Ruby 2.0 support ~ @dgilperez
4
+
1
5
  ## 0.2.0.7
2
6
 
3
7
  * `name` and `alt` can be passed as attributes to the helper ~ @dgilperez
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- initialjs-rails (0.2.0.7)
4
+ initialjs-rails (0.2.0.8)
5
5
  railties (>= 3.1, < 6.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- initialjs-rails (0.2.0.7)
4
+ initialjs-rails (0.2.0.8)
5
5
  railties (>= 3.1, < 6.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- initialjs-rails (0.2.0.7)
4
+ initialjs-rails (0.2.0.8)
5
5
  railties (>= 3.1, < 6.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- initialjs-rails (0.2.0.7)
4
+ initialjs-rails (0.2.0.8)
5
5
  railties (>= 3.1, < 6.0)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module InitialjsRails
2
- VERSION = '0.2.0.7'
2
+ VERSION = '0.2.0.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: initialjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.7
4
+ version: 0.2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Gil