authenticates_rpi 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/authenticates_rpi.gemspec +2 -2
- data/{init.rb → rails/init.rb} +0 -0
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
data/authenticates_rpi.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{authenticates_rpi}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.4"
|
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"]
|
@@ -26,9 +26,9 @@ Gem::Specification.new do |s|
|
|
26
26
|
"app/views/sessions/sudo.html.erb",
|
27
27
|
"authenticates_rpi.gemspec",
|
28
28
|
"config/routes.rb",
|
29
|
-
"init.rb",
|
30
29
|
"install.rb",
|
31
30
|
"lib/authenticates_rpi.rb",
|
31
|
+
"rails/init.rb",
|
32
32
|
"tasks/authenticates_rpi_tasks.rake",
|
33
33
|
"test/authenticates_rpi_test.rb",
|
34
34
|
"test/test_helper.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: authenticates_rpi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael DiTore
|
@@ -32,9 +32,9 @@ files:
|
|
32
32
|
- app/views/sessions/sudo.html.erb
|
33
33
|
- authenticates_rpi.gemspec
|
34
34
|
- config/routes.rb
|
35
|
-
- init.rb
|
36
35
|
- install.rb
|
37
36
|
- lib/authenticates_rpi.rb
|
37
|
+
- rails/init.rb
|
38
38
|
- tasks/authenticates_rpi_tasks.rake
|
39
39
|
- test/authenticates_rpi_test.rb
|
40
40
|
- test/test_helper.rb
|