Adman65-AccessControl 0.2.2 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,3 @@
1
+ *.gem
2
+ pkg/*
3
+ ._*
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{AccessControl}
5
- s.version = "0.2.2"
5
+ s.version = "0.2.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Adam Hawkins"]
@@ -13,7 +13,8 @@ Gem::Specification.new do |s|
13
13
  "README.markdown"
14
14
  ]
15
15
  s.files = [
16
- "AccessControl.gemspec",
16
+ ".gitignore",
17
+ "AccessControl.gemspec",
17
18
  "MIT-LICENSE",
18
19
  "README.markdown",
19
20
  "Rakefile",
data/MIT-LICENSE CHANGED
File without changes
data/README.markdown CHANGED
File without changes
data/Rakefile CHANGED
@@ -40,7 +40,7 @@ begin
40
40
  s.homepage = "http://github.com/Adman65/AccessControl"
41
41
  s.description = "Simple role based authorization for rails"
42
42
  s.authors = ["Adam Hawkins"]
43
- s.files = PKG_FILES.to_a
43
+ #s.files = PKG_FILES.to_a
44
44
  end
45
45
  rescue LoadError
46
46
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.5
File without changes
data/init.rb CHANGED
File without changes
data/install.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/spec/spec_helper.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
data/uninstall.rb CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Adman65-AccessControl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Hawkins
@@ -22,6 +22,7 @@ extensions: []
22
22
  extra_rdoc_files:
23
23
  - README.markdown
24
24
  files:
25
+ - .gitignore
25
26
  - AccessControl.gemspec
26
27
  - MIT-LICENSE
27
28
  - README.markdown