ruby-units 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
- class Unit < Numeric
2
- # Pull the version number from the VERSION file
3
- module Version
4
- STRING = File.read(File.dirname(__FILE__) + "/../../VERSION")
1
+ module RubyUnits
2
+ class Unit < Numeric
3
+ # Pull the version number from the VERSION file
4
+ module Version
5
+ STRING = File.read(File.dirname(__FILE__) + "/../../VERSION")
6
+ end
5
7
  end
6
- end
8
+ end
data/ruby-units.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ruby-units"
8
- s.version = "1.4.3"
8
+ s.version = "1.4.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kevin Olbrich, Ph.D."]
12
- s.date = "2013-06-12"
12
+ s.date = "2013-07-19"
13
13
  s.description = "Provides classes and methods to perform unit math and conversions"
14
14
  s.email = ["kevin.olbrich+ruby_units@gmail.com"]
15
15
  s.extra_rdoc_files = [
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
32
32
  "lib/ruby_units/definition.rb",
33
33
  "lib/ruby_units/fixnum.rb",
34
34
  "lib/ruby_units/math.rb",
35
+ "lib/ruby_units/namespaced.rb",
35
36
  "lib/ruby_units/numeric.rb",
36
37
  "lib/ruby_units/object.rb",
37
38
  "lib/ruby_units/string.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-units
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-12 00:00:00.000000000 Z
12
+ date: 2013-07-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -67,6 +67,7 @@ files:
67
67
  - lib/ruby_units/definition.rb
68
68
  - lib/ruby_units/fixnum.rb
69
69
  - lib/ruby_units/math.rb
70
+ - lib/ruby_units/namespaced.rb
70
71
  - lib/ruby_units/numeric.rb
71
72
  - lib/ruby_units/object.rb
72
73
  - lib/ruby_units/string.rb
@@ -130,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
130
131
  version: '0'
131
132
  segments:
132
133
  - 0
133
- hash: -240639428179076096
134
+ hash: 3933693209796499850
134
135
  required_rubygems_version: !ruby/object:Gem::Requirement
135
136
  none: false
136
137
  requirements: