chemistry-temperature 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.travis.yml +12 -0
- data/Rakefile +2 -1
- data/lib/chemistry-temperature.rb +1 -0
- data/lib/chemistry-temperature/version.rb +1 -1
- metadata +5 -3
data/.travis.yml
ADDED
data/Rakefile
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
require "bundler/gem_tasks"
|
2
2
|
|
3
3
|
LIB_FILES = FileList.new('lib/**/*.rb').
|
4
|
-
exclude('lib/chemistry-temperature
|
4
|
+
exclude('lib/chemistry-temperature.rb',
|
5
|
+
'lib/chemistry-temperature/version.rb',
|
5
6
|
'lib/chemistry/temperature/errors.rb')
|
6
7
|
TEST_FILES = LIB_FILES.pathmap('%{^lib,test}d/test_%f')
|
7
8
|
|
@@ -0,0 +1 @@
|
|
1
|
+
require 'chemistry/temperature'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chemistry-temperature
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -19,11 +19,13 @@ extensions: []
|
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
21
21
|
- .gitignore
|
22
|
+
- .travis.yml
|
22
23
|
- Gemfile
|
23
24
|
- LICENSE.txt
|
24
25
|
- README.md
|
25
26
|
- Rakefile
|
26
27
|
- chemistry-temperature.gemspec
|
28
|
+
- lib/chemistry-temperature.rb
|
27
29
|
- lib/chemistry-temperature/version.rb
|
28
30
|
- lib/chemistry/temperature.rb
|
29
31
|
- lib/chemistry/temperature/celsius.rb
|
@@ -53,7 +55,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
55
|
version: '0'
|
54
56
|
segments:
|
55
57
|
- 0
|
56
|
-
hash:
|
58
|
+
hash: 4609971071010575429
|
57
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
60
|
none: false
|
59
61
|
requirements:
|
@@ -62,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
64
|
version: '0'
|
63
65
|
segments:
|
64
66
|
- 0
|
65
|
-
hash:
|
67
|
+
hash: 4609971071010575429
|
66
68
|
requirements: []
|
67
69
|
rubyforge_project:
|
68
70
|
rubygems_version: 1.8.24
|