abstract_analyzer 0.1.1 → 0.1.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.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ begin
7
7
  gem.name = "abstract_analyzer"
8
8
  gem.summary = %Q{A rack based app analyzer}
9
9
  gem.email = "markmcspadden@gmail.com"
10
- gem.homepage = "http://github.com/garlandgroup/abstract-analyzer"
10
+ gem.homepage = "http://github.com/markmcspadden/abstract-analyzer"
11
11
  gem.authors = ["Mark McSpadden"]
12
12
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
13
13
  end
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 2
3
3
  :major: 0
4
4
  :minor: 1
5
5
  :build:
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{abstract_analyzer}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mark McSpadden"]
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
39
39
  "test/lib/test_middleware.rb",
40
40
  "test/test_helper.rb"
41
41
  ]
42
- s.homepage = %q{http://github.com/garlandgroup/abstract-analyzer}
42
+ s.homepage = %q{http://github.com/markmcspadden/abstract-analyzer}
43
43
  s.rdoc_options = ["--charset=UTF-8"]
44
44
  s.require_paths = ["lib"]
45
45
  s.rubygems_version = %q{1.3.5}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abstract_analyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark McSpadden
@@ -46,7 +46,7 @@ files:
46
46
  - test/lib/test_middleware.rb
47
47
  - test/test_helper.rb
48
48
  has_rdoc: true
49
- homepage: http://github.com/garlandgroup/abstract-analyzer
49
+ homepage: http://github.com/markmcspadden/abstract-analyzer
50
50
  licenses: []
51
51
 
52
52
  post_install_message: