engine-tune 0.5.1 → 0.5.2

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.
Files changed (4) hide show
  1. data/Rakefile +3 -3
  2. data/VERSION +1 -1
  3. data/engine-tune.gemspec +4 -4
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -7,9 +7,9 @@ begin
7
7
  gem.name = "engine-tune"
8
8
  gem.summary = "Determine how well your engine will run under certain meteorological and geological conditions."
9
9
  gem.description = "Determine how well your engine will run under certain meteorological and geological conditions."
10
- gem.email = "theo@gutsbolts.com"
11
- gem.homepage = "http://github.com/gutsbolts/engine-tune"
12
- gem.authors = ["Theodore Mills"]
10
+ gem.email = "twmills@twmills.com"
11
+ gem.homepage = "http://github.com/twmills/engine-tune"
12
+ gem.authors = ["Theo Mills"]
13
13
  end
14
14
  Jeweler::GemcutterTasks.new
15
15
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
data/engine-tune.gemspec CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "engine-tune"
8
- s.version = "0.5.1"
8
+ s.version = "0.5.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Theodore Mills"]
11
+ s.authors = ["Theo Mills"]
12
12
  s.date = "2012-03-30"
13
13
  s.description = "Determine how well your engine will run under certain meteorological and geological conditions."
14
- s.email = "theo@gutsbolts.com"
14
+ s.email = "twmills@twmills.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.rdoc"
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  "test/test_engine_tune.rb",
33
33
  "test/test_suite.rb"
34
34
  ]
35
- s.homepage = "http://github.com/gutsbolts/engine-tune"
35
+ s.homepage = "http://github.com/twmills/engine-tune"
36
36
  s.require_paths = ["lib"]
37
37
  s.rubygems_version = "1.8.15"
38
38
  s.summary = "Determine how well your engine will run under certain meteorological and geological conditions."
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engine-tune
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Theodore Mills
8
+ - Theo Mills
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
@@ -13,7 +13,7 @@ date: 2012-03-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Determine how well your engine will run under certain meteorological
15
15
  and geological conditions.
16
- email: theo@gutsbolts.com
16
+ email: twmills@twmills.com
17
17
  executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files:
@@ -34,7 +34,7 @@ files:
34
34
  - test/test_calculator.rb
35
35
  - test/test_engine_tune.rb
36
36
  - test/test_suite.rb
37
- homepage: http://github.com/gutsbolts/engine-tune
37
+ homepage: http://github.com/twmills/engine-tune
38
38
  licenses: []
39
39
  post_install_message:
40
40
  rdoc_options: []