iq-acl 1.0.2 → 1.0.3

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/iq-acl.gemspec +2 -2
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{Super simple access control.}
9
9
  gem.description = %Q{IQ::ACL provides a super simple way of implementing access control.}
10
10
  gem.email = "jamie@soniciq.com"
11
- gem.homepage = "http://github.com/iq/iq-acl"
11
+ gem.homepage = "http://github.com/soniciq/iq-acl"
12
12
  gem.authors = ["Jamie Hill, SonicIQ Ltd."]
13
13
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
14
  gem.add_development_dependency "yard", ">= 0"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
data/iq-acl.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{iq-acl}
8
- s.version = "1.0.2"
8
+ s.version = "1.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jamie Hill, SonicIQ Ltd."]
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  "test/helper.rb",
30
30
  "test/iq/acl_test.rb"
31
31
  ]
32
- s.homepage = %q{http://github.com/iq/iq-acl}
32
+ s.homepage = %q{http://github.com/soniciq/iq-acl}
33
33
  s.rdoc_options = ["--charset=UTF-8"]
34
34
  s.require_paths = ["lib"]
35
35
  s.rubygems_version = %q{1.3.6}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jamie Hill, SonicIQ Ltd.
@@ -63,7 +63,7 @@ files:
63
63
  - test/helper.rb
64
64
  - test/iq/acl_test.rb
65
65
  has_rdoc: true
66
- homepage: http://github.com/iq/iq-acl
66
+ homepage: http://github.com/soniciq/iq-acl
67
67
  licenses: []
68
68
 
69
69
  post_install_message: