mikldt-authenticates_access 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/mikldt-authenticates_access.gemspec +2 -2
- data/{init.rb → rails/init.rb} +0 -0
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{mikldt-authenticates_access}
|
8
|
-
s.version = "0.1.
|
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 = ["Michael DiTore"]
|
@@ -21,10 +21,10 @@ Gem::Specification.new do |s|
|
|
21
21
|
"README",
|
22
22
|
"Rakefile",
|
23
23
|
"VERSION",
|
24
|
-
"init.rb",
|
25
24
|
"install.rb",
|
26
25
|
"lib/authenticates_access.rb",
|
27
26
|
"mikldt-authenticates_access.gemspec",
|
27
|
+
"rails/init.rb",
|
28
28
|
"tasks/authenticates_access_tasks.rake",
|
29
29
|
"test/admin_item.rb",
|
30
30
|
"test/authenticates_access_test.rb",
|
data/{init.rb → rails/init.rb}
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mikldt-authenticates_access
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael DiTore
|
@@ -27,10 +27,10 @@ files:
|
|
27
27
|
- README
|
28
28
|
- Rakefile
|
29
29
|
- VERSION
|
30
|
-
- init.rb
|
31
30
|
- install.rb
|
32
31
|
- lib/authenticates_access.rb
|
33
32
|
- mikldt-authenticates_access.gemspec
|
33
|
+
- rails/init.rb
|
34
34
|
- tasks/authenticates_access_tasks.rake
|
35
35
|
- test/admin_item.rb
|
36
36
|
- test/authenticates_access_test.rb
|