units-system 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
@@ -9,7 +9,8 @@ module Units
9
9
  :f=>[1E-15, 'femto'],
10
10
  :p=>[1E-12, 'pico'],
11
11
  :n=>[1E-09, 'nano'],
12
- :"\302\265"=>[1E-06, 'micro'], # ASCII alternative: u; define it?
12
+ :"\302\265"=>[1E-06, 'micro'],
13
+ :"u"=>[1E-06, 'micro'],
13
14
  :m=>[1E-03, 'milli'],
14
15
  :c=>[1E-02, 'centi'],
15
16
  :d=>[1E-01, 'deci'],
data/units-system.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "units-system"
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Javier Goizueta"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: units-system
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -129,7 +129,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  segments:
131
131
  - 0
132
- hash: 524794383718381749
132
+ hash: -4083810323229241626
133
133
  required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  none: false
135
135
  requirements: