dater 0.3.0 → 0.3.1
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.
- data/Gemfile.lock +1 -1
- data/dater.gemspec +1 -1
- data/lib/dater/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/dater.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["roman.g.rodriguez@gmail.com"]
|
|
11
11
|
spec.description = %q{This gem aims to help you with dates treatment, specially in regression test where you have to use future dates}
|
|
12
12
|
spec.summary = %q{Converts periods of time expresed in literal mode to a formatted date from the date of today}
|
|
13
|
-
spec.homepage = "http://
|
|
13
|
+
spec.homepage = "http://romgrod.github.io/dater/"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
data/lib/dater/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dater
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -60,7 +60,7 @@ files:
|
|
|
60
60
|
- dater.gemspec
|
|
61
61
|
- lib/dater.rb
|
|
62
62
|
- lib/dater/version.rb
|
|
63
|
-
homepage: http://
|
|
63
|
+
homepage: http://romgrod.github.io/dater/
|
|
64
64
|
licenses:
|
|
65
65
|
- MIT
|
|
66
66
|
post_install_message:
|
|
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
version: '0'
|
|
76
76
|
segments:
|
|
77
77
|
- 0
|
|
78
|
-
hash:
|
|
78
|
+
hash: 3507902839117874013
|
|
79
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
none: false
|
|
81
81
|
requirements:
|
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
version: '0'
|
|
85
85
|
segments:
|
|
86
86
|
- 0
|
|
87
|
-
hash:
|
|
87
|
+
hash: 3507902839117874013
|
|
88
88
|
requirements: []
|
|
89
89
|
rubyforge_project:
|
|
90
90
|
rubygems_version: 1.8.25
|