xdry 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/xdry.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ begin
10
10
  Autogenerates all kinds of funky stuff (like accessors) in Xcode projects
11
11
  }.strip
12
12
  gem.email = "andreyvit@gmail.com"
13
- gem.homepage = "http://github.com/mockko/xdry"
13
+ gem.homepage = "http://andreyvit.github.com/xdry/"
14
14
  gem.authors = ["Andrey Tarantsov"]
15
15
  gem.add_development_dependency "rspec", ">= 1.2.9"
16
16
  # http://www.rubygems.org/read/chapter/20
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/xdry.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{xdry}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrey Tarantsov"]
@@ -71,7 +71,7 @@ Gem::Specification.new do |s|
71
71
  "spec/synthesize_spec.rb",
72
72
  "xdry.gemspec"
73
73
  ]
74
- s.homepage = %q{http://github.com/mockko/xdry}
74
+ s.homepage = %q{http://andreyvit.github.com/xdry/}
75
75
  s.require_paths = ["lib"]
76
76
  s.rubygems_version = %q{1.3.7}
77
77
  s.summary = %q{eXtra D.R.Y. for Xcode}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xdry
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrey Tarantsov
@@ -96,7 +96,7 @@ files:
96
96
  - spec/synthesize_spec.rb
97
97
  - xdry.gemspec
98
98
  has_rdoc: true
99
- homepage: http://github.com/mockko/xdry
99
+ homepage: http://andreyvit.github.com/xdry/
100
100
  licenses: []
101
101
 
102
102
  post_install_message: