glebpom-prop 0.0.2 → 0.0.3

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/glebpom-prop.gemspec CHANGED
@@ -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.2"
8
+ s.version = "0.0.3"
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,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  "README.rdoc",
24
24
  "Rakefile",
25
25
  "VERSION",
26
- "lib/glebpom_prop.rb",
26
+ "lib/glebpom-prop.rb",
27
27
  "glebpom-prop.gemspec",
28
28
  "test/helper.rb",
29
29
  "test/test_prop.rb"
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 'glebpom_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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gleb Pomykalov
@@ -63,7 +63,7 @@ files:
63
63
  - README.rdoc
64
64
  - Rakefile
65
65
  - VERSION
66
- - lib/glebpom_prop.rb
66
+ - lib/glebpom-prop.rb
67
67
  - glebpom-prop.gemspec
68
68
  - test/helper.rb
69
69
  - test/test_prop.rb