chronorails 0.0.1 → 0.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.
- data/README.rdoc +2 -0
- data/lib/chronorails/version.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
data/lib/chronorails/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chronorails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -108,7 +108,7 @@ files:
|
|
108
108
|
- MIT-LICENSE
|
109
109
|
- Rakefile
|
110
110
|
- README.rdoc
|
111
|
-
homepage:
|
111
|
+
homepage: https://github.com/simonhildebrandt/chronorails
|
112
112
|
licenses: []
|
113
113
|
post_install_message:
|
114
114
|
rdoc_options: []
|
@@ -131,5 +131,5 @@ rubyforge_project:
|
|
131
131
|
rubygems_version: 1.8.25
|
132
132
|
signing_key:
|
133
133
|
specification_version: 3
|
134
|
-
summary: Chronorails adds chronic and chronic_duration support to your models.
|
134
|
+
summary: Chronorails adds chronic and chronic_duration support to your Rails models.
|
135
135
|
test_files: []
|