simple-hasher 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ module SimpleHasher
2
+ VERSION = "0.0.3"
3
+ end
data/lib/simplehasher.rb CHANGED
@@ -1,5 +1,3 @@
1
- require "./lib/simple-hasher/version"
2
-
3
1
  module SimpleHasher
4
2
  ALLOWED_CHARS = "CLK0oXklU2d6RvTrS1aDBx9GfN3e7FnQOtsmPi85MYq4AWHbZIuwJEgjVhpzyc"
5
3
 
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/simple-hasher/version', __FILE__)
2
+ require File.expand_path('../lib/simplehasher/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Chris Marshall"]
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
14
  gem.name = "simple-hasher"
15
15
  gem.require_paths = ["lib"]
16
- gem.version = Simple::Hasher::VERSION
16
+ gem.version = SimpleHasher::VERSION
17
17
 
18
18
  gem.add_development_dependency 'rspec'
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-hasher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -40,8 +40,8 @@ files:
40
40
  - LICENSE
41
41
  - README.md
42
42
  - Rakefile
43
- - lib/simple-hasher/version.rb
44
43
  - lib/simplehasher.rb
44
+ - lib/simplehasher/version.rb
45
45
  - simple-hasher.gemspec
46
46
  - spec/simple-hasher_spec.rb
47
47
  - spec/spec_helper.rb
@@ -1,5 +0,0 @@
1
- module Simple
2
- module Hasher
3
- VERSION = "0.0.2"
4
- end
5
- end