rails-units 1.3.1 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/RakeFile +4 -4
- data/rails-units.gemspec +8 -8
- metadata +12 -14
data/RakeFile
CHANGED
@@ -6,12 +6,12 @@ require './lib/ruby-units'
|
|
6
6
|
begin
|
7
7
|
require 'jeweler'
|
8
8
|
Jeweler::Tasks.new do |gem|
|
9
|
-
gem.name = "
|
9
|
+
gem.name = "rails-units"
|
10
10
|
gem.summary = %Q{A class that performs unit conversions and unit math}
|
11
11
|
gem.description = %Q{Provides classes and methods to perform unit math and conversions}
|
12
12
|
gem.authors = ["Kevin Olbrich, Ph.D."]
|
13
|
-
gem.email = ["
|
14
|
-
gem.homepage = "https://github.com/
|
13
|
+
gem.email = ["spike@scpike.net"]
|
14
|
+
gem.homepage = "https://github.com/scpiek/rails-units"
|
15
15
|
gem.files.exclude(".*")
|
16
16
|
end
|
17
17
|
Jeweler::GemcutterTasks.new
|
@@ -34,7 +34,7 @@ begin
|
|
34
34
|
|
35
35
|
desc "Run specs"
|
36
36
|
RSpec::Core::RakeTask.new
|
37
|
-
|
37
|
+
|
38
38
|
desc "Run all specs with rcov"
|
39
39
|
RSpec::Core::RakeTask.new("spec:rcov") do |t|
|
40
40
|
t.rcov = true
|
data/rails-units.gemspec
CHANGED
@@ -5,13 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rails-units}
|
8
|
-
s.version = "1.
|
8
|
+
s.version = "1.4.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = [
|
12
|
-
s.date = %q{2011-
|
13
|
-
s.description = %q{Provides classes and methods to perform unit math and conversions
|
14
|
-
s.email = [
|
11
|
+
s.authors = [%q{Kevin Olbrich, Ph.D.}]
|
12
|
+
s.date = %q{2011-09-17}
|
13
|
+
s.description = %q{Provides classes and methods to perform unit math and conversions}
|
14
|
+
s.email = [%q{spike@scpike.net}]
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE.txt",
|
17
17
|
"README.md",
|
@@ -54,9 +54,9 @@ Gem::Specification.new do |s|
|
|
54
54
|
"test/test_cache.rb",
|
55
55
|
"test/test_ruby-units.rb"
|
56
56
|
]
|
57
|
-
s.homepage = %q{https://github.com/
|
58
|
-
s.require_paths = [
|
59
|
-
s.rubygems_version = %q{1.
|
57
|
+
s.homepage = %q{https://github.com/scpiek/rails-units}
|
58
|
+
s.require_paths = [%q{lib}]
|
59
|
+
s.rubygems_version = %q{1.8.6}
|
60
60
|
s.summary = %q{A class that performs unit conversions and unit math}
|
61
61
|
|
62
62
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,20 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-units
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Kevin Olbrich, Ph.D.
|
9
|
-
- Stephen Pike
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2011-
|
12
|
+
date: 2011-09-17 00:00:00.000000000Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: bundler
|
17
|
-
requirement: &
|
16
|
+
requirement: &70338106271520 !ruby/object:Gem::Requirement
|
18
17
|
none: false
|
19
18
|
requirements:
|
20
19
|
- - ~>
|
@@ -22,10 +21,10 @@ dependencies:
|
|
22
21
|
version: '1.0'
|
23
22
|
type: :development
|
24
23
|
prerelease: false
|
25
|
-
version_requirements: *
|
24
|
+
version_requirements: *70338106271520
|
26
25
|
- !ruby/object:Gem::Dependency
|
27
26
|
name: rcov
|
28
|
-
requirement: &
|
27
|
+
requirement: &70338106271000 !ruby/object:Gem::Requirement
|
29
28
|
none: false
|
30
29
|
requirements:
|
31
30
|
- - ! '>='
|
@@ -33,10 +32,10 @@ dependencies:
|
|
33
32
|
version: '0'
|
34
33
|
type: :development
|
35
34
|
prerelease: false
|
36
|
-
version_requirements: *
|
35
|
+
version_requirements: *70338106271000
|
37
36
|
- !ruby/object:Gem::Dependency
|
38
37
|
name: jeweler
|
39
|
-
requirement: &
|
38
|
+
requirement: &70338106270460 !ruby/object:Gem::Requirement
|
40
39
|
none: false
|
41
40
|
requirements:
|
42
41
|
- - ! '>='
|
@@ -44,10 +43,10 @@ dependencies:
|
|
44
43
|
version: '0'
|
45
44
|
type: :development
|
46
45
|
prerelease: false
|
47
|
-
version_requirements: *
|
46
|
+
version_requirements: *70338106270460
|
48
47
|
- !ruby/object:Gem::Dependency
|
49
48
|
name: rspec
|
50
|
-
requirement: &
|
49
|
+
requirement: &70338106269960 !ruby/object:Gem::Requirement
|
51
50
|
none: false
|
52
51
|
requirements:
|
53
52
|
- - ~>
|
@@ -55,9 +54,8 @@ dependencies:
|
|
55
54
|
version: '2.5'
|
56
55
|
type: :development
|
57
56
|
prerelease: false
|
58
|
-
version_requirements: *
|
59
|
-
description: Provides classes and methods to perform unit math and conversions
|
60
|
-
on ruby-units but rails-compatible
|
57
|
+
version_requirements: *70338106269960
|
58
|
+
description: Provides classes and methods to perform unit math and conversions
|
61
59
|
email:
|
62
60
|
- spike@scpike.net
|
63
61
|
executables: []
|
@@ -102,7 +100,7 @@ files:
|
|
102
100
|
- spec/spec_helper.rb
|
103
101
|
- test/test_cache.rb
|
104
102
|
- test/test_ruby-units.rb
|
105
|
-
homepage: https://github.com/
|
103
|
+
homepage: https://github.com/scpiek/rails-units
|
106
104
|
licenses: []
|
107
105
|
post_install_message:
|
108
106
|
rdoc_options: []
|