enhanced_date_select 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b9c94e850752b4aa4cec24007b0f480b0b7b1cb
|
4
|
+
data.tar.gz: c64d42f06a3045d6cd751dbef9d0c66f90b3fd54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36b57de81af2be23dfbe40bf3e03cc5e52f79a241da40da874b0f4caba447a53a71c3442b60a5d426a06cc41e7b4506ca9275d5de0e8b0991c2cc62559c02901
|
7
|
+
data.tar.gz: 3a9f20a849581c602e26c1c5d146239feb5e7cebba664bd7a50ef890aae6308de0a41413fedf58e625bc41e1b205d6b1090e6a59ab91c66441bfb91e68128a81
|
data/Rakefile
CHANGED
@@ -27,9 +27,9 @@ task default: [:all]
|
|
27
27
|
desc 'Test the plugin under all supported Rails versions.'
|
28
28
|
task :all do
|
29
29
|
if ENV['TRAVIS']
|
30
|
-
exec('bundle exec appraisal install && bundle exec rake appraisal spec && bundle exec rake coveralls:push')
|
30
|
+
exec('bundle exec phare && bundle exec appraisal install && bundle exec rake appraisal spec && bundle exec rake coveralls:push')
|
31
31
|
else
|
32
|
-
exec('bundle exec appraisal install && bundle exec rake appraisal spec')
|
32
|
+
exec('bundle exec phare && bundle exec appraisal install && bundle exec rake appraisal spec')
|
33
33
|
end
|
34
34
|
end
|
35
35
|
|
data/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enhanced_date_select
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bogdanRada
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec-rails
|