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 CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -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
@@ -1,4 +1,7 @@
1
1
  class Time
2
2
  # Adds empty? as instance methods to Time.
3
- def empty?; false; end
3
+ def empty?
4
+ false
5
+ end
6
+
4
7
  end
@@ -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.5"
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-15}
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/string.rb",
37
- "lib/symbol.rb",
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.4.2}
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
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-15 00:00:00 +03:00
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/string.rb
124
- - lib/symbol.rb
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.4.2
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