handsome_fencer_test 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a508694ebe3748dd3e7a71531486085b95d62bd10ca8aaec277724624950d353
4
- data.tar.gz: b471d74a6e7cbf4944f430a6e7bedfa1f70779456ba37aa437e493d54854ed03
3
+ metadata.gz: 0e3132f39d3ae57f3669eabb80e1723a653937ef1f410af76b3997d499e92e03
4
+ data.tar.gz: '08887baf86556fed8895193add067c6d9d524ee1b6dfb12a70abccef3e82b6c4'
5
5
  SHA512:
6
- metadata.gz: f29e6b10ad35a23ab8aa371a572a46b1b9df5bf7c4176c6a941593b9dc98fe4ddb25d57bb8083602a9d045ad4f5adf7b6a2bf2e952f837368e40fc58ca634eff
7
- data.tar.gz: e0a7d2646842a9b865d8b0d5d03621aa750c4b739f009735838ff55e37eb456ad2cbef6976c2eddf544628fbbc3bce371e038d7dc1d36e2e563aef08c47d8531
6
+ metadata.gz: eeb88f1cf9b960db6aca780e8785b0b26d85a22211f7d571f4cf12901b3d08a99cba6c8fd8b628767627b21eb1a42ab48558a6bdabf14e4be4e1e3466f40fcea
7
+ data.tar.gz: c98512befb54978a6cd3b5cba6cb2e18373e70efc896456365c44341c87e095e46cf080db4f1b6a49356961c9e57c1b2b4e620470f481d29a1ab32c6f3c842fa
Binary file
@@ -1,5 +1,4 @@
1
1
  require 'rails/generators'
2
- require 'byebug'
3
2
  class HandsomeFencerTest::InstallGenerator < Rails::Generators::Base
4
3
 
5
4
  source_root File.expand_path("../templates", __FILE__)
@@ -21,7 +20,7 @@ class HandsomeFencerTest::InstallGenerator < Rails::Generators::Base
21
20
  end
22
21
 
23
22
  def configure_test_with_spec
24
- byebug
23
+
25
24
  if destination_root == Rails.root.to_s
26
25
  file = 'config/application.rb'
27
26
  else
@@ -1,3 +1,3 @@
1
1
  module HandsomeFencerTest
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handsome_fencer_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - schadenfred
@@ -249,6 +249,7 @@ files:
249
249
  - Rakefile
250
250
  - bin/console
251
251
  - bin/setup
252
+ - handsome_fencer_test-0.1.1.gem
252
253
  - handsome_fencer_test.gemspec
253
254
  - lib/generators/installer/install_generator.rb
254
255
  - lib/generators/installer/templates/Guardfile.tt