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 CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -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.3"
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",
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.3
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