danielharan-support 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/support.gemspec +3 -4
  2. metadata +3 -1
data/support.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{support}
3
- s.version = "0.1.0"
3
+ s.version = "0.1.1"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Daniel Haran"]
@@ -8,14 +8,14 @@ Gem::Specification.new do |s|
8
8
  s.description = %q{A collection of ruby core extensions I find useful.}
9
9
  s.email = %q{chebuctonian@gmail.com}
10
10
  s.extra_rdoc_files = ["lib/hash_ext.rb", "README.rdoc"]
11
- s.files = ["lib/hash_ext.rb", "Manifest", "MIT-LICENSE", "README.rdoc", "test/hash_ext_test.rb", "support.gemspec"]
11
+ s.files = ["lib/hash_ext.rb", "Manifest", "MIT-LICENSE", "README.rdoc", "test/hash_ext_test.rb", "support.gemspec", "test/range_ext_test.rb"]
12
12
  s.homepage = %q{http://github.com/danielharan/support}
13
13
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Support", "--main", "README.rdoc"]
14
14
  s.require_paths = ["lib"]
15
15
  s.rubyforge_project = %q{support}
16
16
  s.rubygems_version = %q{1.2.0}
17
17
  s.summary = %q{A collection of ruby core extensions I find useful.}
18
- s.test_files = ["test/hash_ext_test.rb"]
18
+ s.test_files = ["test/hash_ext_test.rb", "test/range_ext_test.rb"]
19
19
 
20
20
  if s.respond_to? :specification_version then
21
21
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
@@ -27,4 +27,3 @@ Gem::Specification.new do |s|
27
27
  else
28
28
  end
29
29
  end
30
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danielharan-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Haran
@@ -29,6 +29,7 @@ files:
29
29
  - README.rdoc
30
30
  - test/hash_ext_test.rb
31
31
  - support.gemspec
32
+ - test/range_ext_test.rb
32
33
  has_rdoc: false
33
34
  homepage: http://github.com/danielharan/support
34
35
  post_install_message:
@@ -62,3 +63,4 @@ specification_version: 2
62
63
  summary: A collection of ruby core extensions I find useful.
63
64
  test_files:
64
65
  - test/hash_ext_test.rb
66
+ - test/range_ext_test.rb