proxeze 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/proxeze.gemspec +2 -2
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ require 'jeweler'
13
13
  Jeweler::Tasks.new do |gem|
14
14
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
15
  gem.name = "proxeze"
16
- gem.homepage = "http://github.com/jacaetevha/proxeze"
16
+ gem.homepage = "http://jacaetevha.github.com/proxeze/"
17
17
  gem.license = "MIT"
18
18
  gem.summary = %Q{A basic proxy/delegate framework for Ruby that will allow you to wrap any object with a proxy instance.}
19
19
  gem.description = %Q{A basic proxy/delegate framework for Ruby that will allow you to wrap any object with a proxy instance. For more information about the Proxy and Delegate patterns, check out http://en.wikipedia.org/wiki/Proxy_pattern and http://en.wikipedia.org/wiki/Delegation_pattern respectively.}
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{proxeze}
8
- s.version = "1.2.0"
8
+ s.version = "1.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jason Rogers"]
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
41
41
  "spec/proxeze_spec.rb",
42
42
  "spec/spec_helper.rb"
43
43
  ]
44
- s.homepage = %q{http://github.com/jacaetevha/proxeze}
44
+ s.homepage = %q{http://jacaetevha.github.com/proxeze/}
45
45
  s.licenses = ["MIT"]
46
46
  s.require_paths = ["lib"]
47
47
  s.rubygems_version = %q{1.5.0}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: proxeze
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.2.0
5
+ version: 1.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jason Rogers
@@ -179,7 +179,7 @@ files:
179
179
  - spec/proxeze_spec.rb
180
180
  - spec/spec_helper.rb
181
181
  has_rdoc: true
182
- homepage: http://github.com/jacaetevha/proxeze
182
+ homepage: http://jacaetevha.github.com/proxeze/
183
183
  licenses:
184
184
  - MIT
185
185
  post_install_message:
@@ -192,7 +192,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
192
192
  requirements:
193
193
  - - ">="
194
194
  - !ruby/object:Gem::Version
195
- hash: 1901228362628821152
195
+ hash: -2770685124340203096
196
196
  segments:
197
197
  - 0
198
198
  version: "0"