rubyexts 0.0.2 → 0.0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/rubyexts.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module RubyExts
4
- VERSION ||= "0.0.2"
4
+ VERSION ||= "0.0.2.1"
5
5
  end
6
6
 
7
7
  module Kernel
data/rubyexts.gemspec CHANGED
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  s.require_paths = ["lib"]
30
30
 
31
31
  # Ruby version
32
- s.required_ruby_version = ::Gem::Requirement.new(">= 1.9.1")
32
+ s.required_ruby_version = ::Gem::Requirement.new("~> 1.9")
33
33
 
34
34
  # RubyForge
35
35
  s.rubyforge_project = "rubyexts"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyexts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain:
11
- date: 2009-12-03 00:00:00 +00:00
11
+ date: 2009-12-04 00:00:00 +00:00
12
12
  default_executable:
13
13
  dependencies: []
14
14
 
@@ -52,7 +52,7 @@ files:
52
52
  - LICENSE
53
53
  - Rakefile
54
54
  - README.textile
55
- - rubyexts-0.0.1.gem
55
+ - rubyexts-0.0.2.1.gem
56
56
  - rubyexts.gemspec
57
57
  - script/spec
58
58
  - spec/rubyexts/array_spec.rb
@@ -89,9 +89,9 @@ require_paths:
89
89
  - lib
90
90
  required_ruby_version: !ruby/object:Gem::Requirement
91
91
  requirements:
92
- - - ">="
92
+ - - ~>
93
93
  - !ruby/object:Gem::Version
94
- version: 1.9.1
94
+ version: "1.9"
95
95
  version:
96
96
  required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  requirements:
data/rubyexts-0.0.1.gem DELETED
Binary file