utilities 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
File without changes
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  class Utilities
2
2
  MAJOR = 0
3
3
  MINOR = 0
4
- BUILD = 2
4
+ BUILD = 3
5
5
 
6
6
  VERSION = "#{MAJOR}.#{MINOR}.#{BUILD}"
7
7
  end
data/utilities.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  'LICENSE',
19
19
  'README',
20
20
  'utilities.gemspec',
21
- 'lib/core.rb',
21
+ 'lib/utilities.rb',
22
22
  'lib/version.rb']
23
23
 
24
24
  s.require_paths = ['lib']
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utilities
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
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Christian Blais
@@ -32,7 +32,7 @@ files:
32
32
  - LICENSE
33
33
  - README
34
34
  - utilities.gemspec
35
- - lib/core.rb
35
+ - lib/utilities.rb
36
36
  - lib/version.rb
37
37
  has_rdoc: true
38
38
  homepage: http://github.com/christianblais/utilities