white_rabbit 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.md +6 -2
- data/lib/white_rabbit/version.rb +1 -1
- data/white_rabbit.gemspec +2 -2
- metadata +4 -4
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Description
|
|
4
4
|
|
|
5
|
-
Ruby library for
|
|
5
|
+
Ruby library for letting you set a date and a time of a datetime attribute in from a rails model to allow you have separate UI elements for date and time.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -73,4 +73,8 @@ More about ValidatesTimeliness: http://github.com/adzap/validates_timeliness
|
|
|
73
73
|
|
|
74
74
|
## Running the Specs
|
|
75
75
|
|
|
76
|
-
rspec spec/
|
|
76
|
+
rspec spec/
|
|
77
|
+
|
|
78
|
+
## Authors
|
|
79
|
+
People who have contributed to the initial version:
|
|
80
|
+
@kasima, @wonnage, @chriswfx, @mogox
|
data/lib/white_rabbit/version.rb
CHANGED
data/white_rabbit.gemspec
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
require File.expand_path('../lib/white_rabbit/version', __FILE__)
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
|
-
gem.authors = ["Carlos Mogollan", "WellnessFX"]
|
|
5
|
+
gem.authors = ["Carlos Enrique Mogollan", "WellnessFX"]
|
|
6
6
|
gem.email = ["emogollan@gmail.com"]
|
|
7
|
-
gem.description = %q{This library
|
|
7
|
+
gem.description = %q{This library lets you set a date and a time of a datetime attribute in a rails model}
|
|
8
8
|
gem.summary = %q{White Rabbit creates accessors for your datetime object so you can set the date and time and using datetime pickers in your views }
|
|
9
9
|
gem.homepage = "http://www.github.com/wellnessfx/white_rabbit"
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: white_rabbit
|
|
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:
|
|
8
|
-
- Carlos Mogollan
|
|
8
|
+
- Carlos Enrique Mogollan
|
|
9
9
|
- WellnessFX
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
date: 2012-10-12 00:00:00.000000000Z
|
|
14
14
|
dependencies: []
|
|
15
|
-
description: This library
|
|
16
|
-
|
|
15
|
+
description: This library lets you set a date and a time of a datetime attribute in
|
|
16
|
+
a rails model
|
|
17
17
|
email:
|
|
18
18
|
- emogollan@gmail.com
|
|
19
19
|
executables: []
|