libraries 0.1.3 → 0.1.5

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.
@@ -1,4 +1,4 @@
1
- require "active_support"
1
+ require "active_support/all"
2
2
 
3
3
  require "libraries/enumerable"
4
4
  require "libraries/array"
@@ -1,3 +1,3 @@
1
1
  module Libraries
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: libraries
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - On-Site.com
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-09 00:00:00 -07:00
13
+ date: 2011-05-03 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -67,13 +67,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements: []
68
68
 
69
69
  rubyforge_project: libraries
70
- rubygems_version: 1.5.0
70
+ rubygems_version: 1.6.2
71
71
  signing_key:
72
72
  specification_version: 3
73
73
  summary: Common Libraries and Ruby/Rails extensions
74
- test_files:
75
- - spec/libraries/array_spec.rb
76
- - spec/libraries/hash_spec.rb
77
- - spec/libraries/object_spec.rb
78
- - spec/libraries/string_spec.rb
79
- - spec/spec_helper.rb
74
+ test_files: []
75
+