fluid-time 0.1.2 → 0.1.3

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 (4) hide show
  1. data/Rakefile +5 -1
  2. data/VERSION +1 -1
  3. data/fluid-time.gemspec +6 -2
  4. metadata +9 -4
data/Rakefile CHANGED
@@ -18,7 +18,11 @@ Jeweler::Tasks.new do |gem|
18
18
  gem.homepage = "http://github.com/smlsml/fluid-time"
19
19
  gem.license = "MIT"
20
20
  gem.summary = %Q{A fluent interface for formatting ruby time}
21
- gem.description = %Q{Stop formatting time like a C-anderthal. Craft human readable time formats like building a sentence. FluidTime.new.month.hour.tc.minute.tc.second}
21
+ gem.description = %Q{Stop formatting time like a C-anderthal. Craft human readable time formats like building a sentence.
22
+
23
+ > FluidTime.new('2012/04/12 9:22').month.day.th.sc.ss.year.txt('@').time.xz.pm.zone.to_s
24
+ # April 12th, 2012 @ 09:22 AM PDT
25
+ }
22
26
  gem.email = "smlsml@gmail.com"
23
27
  gem.authors = ["Steve Lawson"]
24
28
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -5,12 +5,16 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fluid-time}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Steve Lawson"]
12
12
  s.date = %q{2012-04-10}
13
- s.description = %q{Stop formatting time like a C-anderthal. Craft human readable time formats like building a sentence. FluidTime.new.month.hour.tc.minute.tc.second}
13
+ s.description = %q{Stop formatting time like a C-anderthal. Craft human readable time formats like building a sentence.
14
+
15
+ > FluidTime.new('2012/04/12 9:22').month.day.th.sc.ss.year.txt('@').time.xz.pm.zone.to_s
16
+ # April 12th, 2012 @ 09:22 AM PDT
17
+ }
14
18
  s.email = %q{smlsml@gmail.com}
15
19
  s.extra_rdoc_files = [
16
20
  "LICENSE.txt",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluid-time
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steve Lawson
@@ -95,7 +95,12 @@ dependencies:
95
95
  requirement: *id005
96
96
  prerelease: false
97
97
  name: rcov
98
- description: Stop formatting time like a C-anderthal. Craft human readable time formats like building a sentence. FluidTime.new.month.hour.tc.minute.tc.second
98
+ description: |
99
+ Stop formatting time like a C-anderthal. Craft human readable time formats like building a sentence.
100
+
101
+ > FluidTime.new('2012/04/12 9:22').month.day.th.sc.ss.year.txt('@').time.xz.pm.zone.to_s
102
+ # April 12th, 2012 @ 09:22 AM PDT
103
+
99
104
  email: smlsml@gmail.com
100
105
  executables: []
101
106