rego-ruby-ext 0.0.5 → 0.0.6
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/VERSION +1 -1
- data/lib/{boolean.rb → boolean-ext.rb} +0 -0
- data/lib/{date.rb → date-ext.rb} +0 -0
- data/lib/{enumerable.rb → enumerable-ext.rb} +0 -0
- data/lib/{hash.rb → hash-ext.rb} +0 -0
- data/lib/{nil.rb → nil-ext.rb} +0 -0
- data/lib/{numeric.rb → numeric-ext.rb} +0 -0
- data/lib/rego-ruby-ext.rb +1 -1
- data/lib/{string.rb → string-ext.rb} +0 -0
- data/lib/{symbol.rb → symbol-ext.rb} +0 -0
- data/lib/{time.rb → time-ext.rb} +4 -1
- data/rego-ruby-ext.gemspec +12 -12
- metadata +24 -26
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.6
|
|
File without changes
|
data/lib/{date.rb → date-ext.rb}
RENAMED
|
File without changes
|
|
File without changes
|
data/lib/{hash.rb → hash-ext.rb}
RENAMED
|
File without changes
|
data/lib/{nil.rb → nil-ext.rb}
RENAMED
|
File without changes
|
|
File without changes
|
data/lib/rego-ruby-ext.rb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
['nil', 'boolean', 'date', 'time', 'enumerable', 'hash', 'numeric', 'symbol', 'string-interpolation', 'string'].each do |file_name|
|
|
1
|
+
['nil-ext', 'boolean-ext', 'date-ext', 'time-ext', 'enumerable-ext', 'hash-ext', 'numeric-ext', 'symbol-ext', 'string-interpolation', 'string-ext'].each do |file_name|
|
|
2
2
|
require File.join(File.dirname(__FILE__), file_name)
|
|
3
3
|
end
|
|
4
4
|
|
|
File without changes
|
|
File without changes
|
data/lib/{time.rb → time-ext.rb}
RENAMED
data/rego-ruby-ext.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rego-ruby-ext}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.6"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Alex Tkachev"]
|
|
12
|
-
s.date = %q{2011-09-
|
|
12
|
+
s.date = %q{2011-09-20}
|
|
13
13
|
s.description = %q{Ruby core extensions that are common for all ReGO projects}
|
|
14
14
|
s.email = %q{tkachev.alex@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -25,17 +25,17 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
"Rakefile",
|
|
26
26
|
"VERSION",
|
|
27
27
|
"init.rb",
|
|
28
|
-
"lib/boolean.rb",
|
|
29
|
-
"lib/date.rb",
|
|
30
|
-
"lib/enumerable.rb",
|
|
31
|
-
"lib/hash.rb",
|
|
32
|
-
"lib/nil.rb",
|
|
33
|
-
"lib/numeric.rb",
|
|
28
|
+
"lib/boolean-ext.rb",
|
|
29
|
+
"lib/date-ext.rb",
|
|
30
|
+
"lib/enumerable-ext.rb",
|
|
31
|
+
"lib/hash-ext.rb",
|
|
32
|
+
"lib/nil-ext.rb",
|
|
33
|
+
"lib/numeric-ext.rb",
|
|
34
34
|
"lib/rego-ruby-ext.rb",
|
|
35
|
+
"lib/string-ext.rb",
|
|
35
36
|
"lib/string-interpolation.rb",
|
|
36
|
-
"lib/
|
|
37
|
-
"lib/
|
|
38
|
-
"lib/time.rb",
|
|
37
|
+
"lib/symbol-ext.rb",
|
|
38
|
+
"lib/time-ext.rb",
|
|
39
39
|
"rego-ruby-ext.gemspec",
|
|
40
40
|
"spec/boolean_spec.rb",
|
|
41
41
|
"spec/date_spec.rb",
|
|
@@ -53,7 +53,7 @@ Gem::Specification.new do |s|
|
|
|
53
53
|
s.homepage = %q{http://github.com/alextk/rego-ruby-ext}
|
|
54
54
|
s.licenses = ["MIT"]
|
|
55
55
|
s.require_paths = ["lib"]
|
|
56
|
-
s.rubygems_version = %q{1.
|
|
56
|
+
s.rubygems_version = %q{1.7.2}
|
|
57
57
|
s.summary = %q{Some basic ruby core classes extensions with tests}
|
|
58
58
|
|
|
59
59
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rego-ruby-ext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alex Tkachev
|
|
@@ -15,11 +15,11 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-09-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-09-20 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
prerelease: false
|
|
22
|
+
type: :development
|
|
23
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
24
|
none: false
|
|
25
25
|
requirements:
|
|
@@ -29,11 +29,11 @@ dependencies:
|
|
|
29
29
|
segments:
|
|
30
30
|
- 0
|
|
31
31
|
version: "0"
|
|
32
|
-
type: :development
|
|
33
|
-
name: rdoc
|
|
34
32
|
version_requirements: *id001
|
|
33
|
+
name: rdoc
|
|
35
34
|
- !ruby/object:Gem::Dependency
|
|
36
35
|
prerelease: false
|
|
36
|
+
type: :development
|
|
37
37
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
38
38
|
none: false
|
|
39
39
|
requirements:
|
|
@@ -45,11 +45,11 @@ dependencies:
|
|
|
45
45
|
- 3
|
|
46
46
|
- 0
|
|
47
47
|
version: 2.3.0
|
|
48
|
-
type: :development
|
|
49
|
-
name: rspec
|
|
50
48
|
version_requirements: *id002
|
|
49
|
+
name: rspec
|
|
51
50
|
- !ruby/object:Gem::Dependency
|
|
52
51
|
prerelease: false
|
|
52
|
+
type: :development
|
|
53
53
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
54
54
|
none: false
|
|
55
55
|
requirements:
|
|
@@ -61,11 +61,11 @@ dependencies:
|
|
|
61
61
|
- 0
|
|
62
62
|
- 0
|
|
63
63
|
version: 1.0.0
|
|
64
|
-
type: :development
|
|
65
|
-
name: bundler
|
|
66
64
|
version_requirements: *id003
|
|
65
|
+
name: bundler
|
|
67
66
|
- !ruby/object:Gem::Dependency
|
|
68
67
|
prerelease: false
|
|
68
|
+
type: :development
|
|
69
69
|
requirement: &id004 !ruby/object:Gem::Requirement
|
|
70
70
|
none: false
|
|
71
71
|
requirements:
|
|
@@ -77,11 +77,11 @@ dependencies:
|
|
|
77
77
|
- 6
|
|
78
78
|
- 4
|
|
79
79
|
version: 1.6.4
|
|
80
|
-
type: :development
|
|
81
|
-
name: jeweler
|
|
82
80
|
version_requirements: *id004
|
|
81
|
+
name: jeweler
|
|
83
82
|
- !ruby/object:Gem::Dependency
|
|
84
83
|
prerelease: false
|
|
84
|
+
type: :development
|
|
85
85
|
requirement: &id005 !ruby/object:Gem::Requirement
|
|
86
86
|
none: false
|
|
87
87
|
requirements:
|
|
@@ -91,9 +91,8 @@ dependencies:
|
|
|
91
91
|
segments:
|
|
92
92
|
- 0
|
|
93
93
|
version: "0"
|
|
94
|
-
type: :development
|
|
95
|
-
name: rcov
|
|
96
94
|
version_requirements: *id005
|
|
95
|
+
name: rcov
|
|
97
96
|
description: Ruby core extensions that are common for all ReGO projects
|
|
98
97
|
email: tkachev.alex@gmail.com
|
|
99
98
|
executables: []
|
|
@@ -112,17 +111,17 @@ files:
|
|
|
112
111
|
- Rakefile
|
|
113
112
|
- VERSION
|
|
114
113
|
- init.rb
|
|
115
|
-
- lib/boolean.rb
|
|
116
|
-
- lib/date.rb
|
|
117
|
-
- lib/enumerable.rb
|
|
118
|
-
- lib/hash.rb
|
|
119
|
-
- lib/nil.rb
|
|
120
|
-
- lib/numeric.rb
|
|
114
|
+
- lib/boolean-ext.rb
|
|
115
|
+
- lib/date-ext.rb
|
|
116
|
+
- lib/enumerable-ext.rb
|
|
117
|
+
- lib/hash-ext.rb
|
|
118
|
+
- lib/nil-ext.rb
|
|
119
|
+
- lib/numeric-ext.rb
|
|
121
120
|
- lib/rego-ruby-ext.rb
|
|
121
|
+
- lib/string-ext.rb
|
|
122
122
|
- lib/string-interpolation.rb
|
|
123
|
-
- lib/
|
|
124
|
-
- lib/
|
|
125
|
-
- lib/time.rb
|
|
123
|
+
- lib/symbol-ext.rb
|
|
124
|
+
- lib/time-ext.rb
|
|
126
125
|
- rego-ruby-ext.gemspec
|
|
127
126
|
- spec/boolean_spec.rb
|
|
128
127
|
- spec/date_spec.rb
|
|
@@ -136,7 +135,6 @@ files:
|
|
|
136
135
|
- spec/string_spec.rb
|
|
137
136
|
- spec/symbol_spec.rb
|
|
138
137
|
- spec/time_spec.rb
|
|
139
|
-
has_rdoc: true
|
|
140
138
|
homepage: http://github.com/alextk/rego-ruby-ext
|
|
141
139
|
licenses:
|
|
142
140
|
- MIT
|
|
@@ -166,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
164
|
requirements: []
|
|
167
165
|
|
|
168
166
|
rubyforge_project:
|
|
169
|
-
rubygems_version: 1.
|
|
167
|
+
rubygems_version: 1.7.2
|
|
170
168
|
signing_key:
|
|
171
169
|
specification_version: 3
|
|
172
170
|
summary: Some basic ruby core classes extensions with tests
|