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.
Files changed (3) hide show
  1. data/README.rdoc +2 -0
  2. data/lib/chronorails/version.rb +1 -1
  3. metadata +3 -3
data/README.rdoc CHANGED
@@ -1,3 +1,5 @@
1
1
  = Chronorails
2
2
 
3
+ Chronorails handles adding virtual attributes to your models (with suitable validations, etc) allowing you to set date and duration fields with natural language text.
4
+
3
5
  This project rocks and uses MIT-LICENSE.
@@ -1,3 +1,3 @@
1
1
  module Chronorails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: http://www.simonhildebrandt.com/chronorails
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: []