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.
@@ -0,0 +1,12 @@
1
+ rvm:
2
+ - ree
3
+ - 1.8.7
4
+ - 1.9.2
5
+ - 1.9.3
6
+ - ruby-head
7
+ - jruby-18mode
8
+ - jruby-19mode
9
+ - jruby-head
10
+ - rbx-18mode
11
+ - rbx-19mode
12
+ - rbx-head
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/version.rb',
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'
@@ -1,5 +1,5 @@
1
1
  module Chemistry
2
2
  module Temperature
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.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: -218002032132591410
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: -218002032132591410
67
+ hash: 4609971071010575429
66
68
  requirements: []
67
69
  rubyforge_project:
68
70
  rubygems_version: 1.8.24