glebpom-prop 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{glebpom-prop}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Gleb Pomykalov"]
@@ -23,8 +23,8 @@ Gem::Specification.new do |s|
23
23
  "README.rdoc",
24
24
  "Rakefile",
25
25
  "VERSION",
26
- "lib/prop.rb",
27
- "prop.gemspec",
26
+ "lib/glebpom_prop.rb",
27
+ "glebpom-prop.gemspec",
28
28
  "test/helper.rb",
29
29
  "test/test_prop.rb"
30
30
  ]
File without changes
data/test/helper.rb CHANGED
@@ -6,7 +6,7 @@ require 'time'
6
6
 
7
7
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
8
8
  $LOAD_PATH.unshift(File.dirname(__FILE__))
9
- require 'prop'
9
+ require 'glebpom_prop'
10
10
 
11
11
  class Test::Unit::TestCase
12
12
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glebpom-prop
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gleb Pomykalov
@@ -63,8 +63,8 @@ files:
63
63
  - README.rdoc
64
64
  - Rakefile
65
65
  - VERSION
66
- - lib/prop.rb
67
- - prop.gemspec
66
+ - lib/glebpom_prop.rb
67
+ - glebpom-prop.gemspec
68
68
  - test/helper.rb
69
69
  - test/test_prop.rb
70
70
  homepage: http://github.com/glebpom/prop