safe_target_blank 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: e2bfbb889c649126a9f6916a94c572bd3520e206
4
- data.tar.gz: c061230c44f2938e5c0ef5d60bfc502024b182bd
3
+ metadata.gz: 07e478391e0239ab2828da2e031537f96f2178e8
4
+ data.tar.gz: 4c6c4b332a62fa934ddc79ce236b0b45be4a5b52
5
5
  SHA512:
6
- metadata.gz: 9c9bb80fb688b9bd730be50043cfa463493364bc8cc84fa83bdbc159354625de936dcee1bb0b022e68a3a242ea692e1af32da51f76a2be0ccf766eea170d23f6
7
- data.tar.gz: a6d1ba7a1950944deb8454f480d1de14b1399f450efdeeb3c9f994b5044532dea6102718f0f334edfc2d0ef4b0ffbf11ef4aa6c0a513a2347cdffca49ffb09aa
6
+ metadata.gz: 48a8e2f2a9549c1ee38129219e5033c619c8cfff36322d38b31cc82c8132f6c20aaa46f6ef3ed22b2ab1baf292dfd8482ab1e15056ffefa50cdfa03df8c31489
7
+ data.tar.gz: b119b1329724943f95a2bf9bd8324a48bd6c40e4f2d6f2f8ac98893463539c8ad40b32b22b821965f43c57a7230f9a8eb810f2b7f4e76bfb297eb4644b71ca84
data/README.md CHANGED
@@ -42,7 +42,7 @@ link_to 'Safe', 'safe.io', taget: :_blank
42
42
  ## Contributing
43
43
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
44
44
 
45
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/safe_target_blank. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/jvenezia/safe_target_blank. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
46
46
 
47
47
  ## License
48
48
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -1,5 +1,4 @@
1
1
  require 'action_view'
2
- include ActionView::Helpers::UrlHelper
3
2
 
4
3
  require 'safe_target_blank/version'
5
4
  require 'safe_target_blank/url_helper'
@@ -1,3 +1,3 @@
1
1
  module SafeTargetBlank
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safe_target_blank
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Venezia