shepherd-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a728e7d696c667e4674bddb3bcc691c8be34662ff082f3c54621be6e43ada88
4
- data.tar.gz: 6dfebbf1006baf525767deb3245517759f74e02191d7389a71696671d0ec1761
3
+ metadata.gz: 6bafe26b63e37606b54d3893f6ee8d1a48dd843293b53b1cbbc2aba6bdd2cc2b
4
+ data.tar.gz: 4c02327f39a5ff6cd418680071c5787b2a4633d6855c8d41765c79738d07d354
5
5
  SHA512:
6
- metadata.gz: e54bc3d14db62f7805ab1c155c2a2a1483400700c4d7e4b9ef4f75e2c5d3f3a2a8503eac0eea0988cfc294ba573ff8e29c7542df300f3f24220dd2cb6cf0db9e
7
- data.tar.gz: 0b30ecac0b5b8b575f9757f06d6a65dd96110a3ca6a1c42812ac2c73978f8f6e1cc24aa9afe2931606bc359d794d545769ff42afe096d04151bc1fe822a3e2ba
6
+ metadata.gz: ac5b8037f51f7f79684b2d715214694674e8b341299f4699e95c1162ce1b3218c6f4421a0c6d6b678af3ab4d57f097c28154aaa5f9dededb38b05519d75a28b4
7
+ data.tar.gz: c7b74234dc1d462c989ff22a1a336049ea87c11253b681ed7aa2b8bac860734eb81d414a894757aa76db5425309a856c48aa6e01f947b801f9098ac6a2286dfb
@@ -1,3 +1,3 @@
1
1
  module ShepherdRails
2
- VERSION = "0.0.1"
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shepherd-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Catalin Ionescu
@@ -36,7 +36,6 @@ files:
36
36
  - Rakefile
37
37
  - app/assets/config/sr_manifest.js
38
38
  - app/assets/stylesheets/sr/application.css
39
- - app/controllers/shepherd_rails/application_controller.rb
40
39
  - app/controllers/shepherd_rails/tour_statuses_controller.rb
41
40
  - app/helpers/shepherd_rails/application_helper.rb
42
41
  - app/jobs/sr/application_job.rb
@@ -55,11 +54,9 @@ homepage: https://github.com/cionescu/shepherd-rails
55
54
  licenses:
56
55
  - MIT
57
56
  metadata:
58
- allowed_push_host: https://rubygems.org
59
57
  homepage_uri: https://github.com/cionescu/shepherd-rails
60
58
  source_code_uri: https://github.com/cionescu/shepherd-rails
61
59
  changelog_uri: https://github.com/cionescu/shepherd-rails
62
- rubygems_mfa_required: 'true'
63
60
  post_install_message:
64
61
  rdoc_options: []
65
62
  require_paths:
@@ -1,4 +0,0 @@
1
- module ShepherdRails
2
- class ApplicationController < ActionController::Base
3
- end
4
- end