strftime 2.0.0.alpha → 2.0.0.beta
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/.gitignore +1 -0
- data/cucumber.yml +1 -0
- data/lib/strftime/version.rb +1 -1
- metadata +7 -6
data/.gitignore
CHANGED
data/cucumber.yml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
default: --format progress -r features/support/env.rb -r features/step_definitions features
|
data/lib/strftime/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: strftime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 31098209
|
|
5
|
+
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 2.0.0.
|
|
10
|
+
- beta
|
|
11
|
+
version: 2.0.0.beta
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Jim Gay
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-
|
|
19
|
+
date: 2011-06-09 00:00:00 -04:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- README.md
|
|
68
68
|
- Rakefile
|
|
69
69
|
- bin/strfd
|
|
70
|
+
- cucumber.yml
|
|
70
71
|
- features/possible_options_for_date.feature
|
|
71
72
|
- features/support/env.rb
|
|
72
73
|
- lib/kernel.rb
|
|
@@ -111,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
112
|
requirements: []
|
|
112
113
|
|
|
113
114
|
rubyforge_project:
|
|
114
|
-
rubygems_version: 1.
|
|
115
|
+
rubygems_version: 1.6.2
|
|
115
116
|
signing_key:
|
|
116
117
|
specification_version: 3
|
|
117
118
|
summary: Convenient list of strftime format directives
|