Pirateme 0.1.3 → 0.1.4

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: baa02bd0c9a5c25565718c3040046f8ee6967438
4
- data.tar.gz: ff122328739c58ea74248b6a2e4ccb73e448c2ba
3
+ metadata.gz: ec1f0f9f739f5b7f37a5af35d008786e227ef8e0
4
+ data.tar.gz: deb7cc5a95df9519ebef729adce6081948f6670a
5
5
  SHA512:
6
- metadata.gz: 5fbc01450df5a16d2b0c511fdf251d5bc49c3ce8ab2be7fd8f4c210358d2a083c7093b279ed6004a99fb61ce64dd751562136be545bca2bf542ddf577d5b1e64
7
- data.tar.gz: 9df801772c2a91350ffa127c0735cc82ec4cc0c56ad18117e720403735f3d48d36180a904f4f1b965ae3abdbe2d791790210ca21032bf02090a349b92123cdac
6
+ metadata.gz: 7a61b6a2abeb9294ccb88cb618196c66cb5c7d1db6c7dba3066b6c5dc7467f82eb86c30d554f91c8dd461d342d1ae9b72053328812f00bdb679cb736b55d5d4b
7
+ data.tar.gz: 151a344e797aa4d3211607bf170f4b0800878f9a9699620eff8e72b382bdfbca87bce4c3a59858172971f90f2d5d5a622a26b8c2826c76d6855c3b9e15f56e3b
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/Pirateme.svg)](https://badge.fury.io/rb/Pirateme)
2
+
1
3
  # Pirateme
2
4
 
3
5
  Welcome to the PirateMe gem.
@@ -54,13 +56,13 @@ Pirateme::Fake.joke
54
56
 
55
57
  ## Development
56
58
 
57
- 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.
59
+ Feel free to fork the gem and make your own or add to it.
58
60
 
59
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
61
+ Cheers Matey!
60
62
 
61
63
  ## Contributing
62
64
 
63
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/Pirateme.
65
+ Bug reports and pull requests are welcome on GitHub at https://github.com/Aaron1515/Pirateme.
64
66
 
65
67
 
66
68
  ## License
data/lib/Pirateme.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require "Pirateme/version"
2
- require 'talk_like_a_pirate'
2
+
3
3
  module Pirateme
4
4
 
5
5
  def self.hello
@@ -1,3 +1,3 @@
1
1
  module Pirateme
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Pirateme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron1515