johnny-hash 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
File without changes
data/test/teststrap.rb CHANGED
@@ -1,4 +1,4 @@
1
+ require 'johnny-hash'
2
+
1
3
  require 'rubygems'
2
4
  require 'riot'
3
-
4
- require 'johnny_hash'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: johnny-hash
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - toothrot
@@ -47,7 +47,7 @@ files:
47
47
  - README.md
48
48
  - Rakefile
49
49
  - VERSION
50
- - lib/johnny_hash.rb
50
+ - lib/johnny-hash.rb
51
51
  - test/jsony_hash_test.rb
52
52
  - test/teststrap.rb
53
53
  has_rdoc: true