bspin 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/bspin/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 880d4824fb859d210ceff9318d86699e4cd6e800
4
- data.tar.gz: e3bdcb7cda04eaa44dc4be6a136c311990b27095
3
+ metadata.gz: 2b035fc0681435acf89d68db580d80620fd127b7
4
+ data.tar.gz: 52214746d19bc1d38294d4b891ee494304f6704a
5
5
  SHA512:
6
- metadata.gz: 9e9f8e29a08205fd308bfe69d1288256cb5427de0187f91c43520f8b25abe41b7124feff5b5a4fe64f98d5e4a94aa7c6aa83d3d3bce682aa4382dabedd3043ba
7
- data.tar.gz: e5d06f474173645848ae77653815d25256cd86d99b5f166ca4bc12d3288261484fc385323f3ebcf5ed26893fdf9f1df008b28180a7341ea9001574f756b5737e
6
+ metadata.gz: 7594d2b9a08438faa9b9a8e78f610a79cb87f7edc9d77f5e0928653c6c70f60ca00c5f29af9724a7972b2467812c1c7c0a13ebbdb252ba9e7a16a17538107642
7
+ data.tar.gz: 7279afc061a0f08c433612e272d910a0e40b5bedc0cbdba4e424cae951bbe428ac9176e7599b9f4bcf7c18cd3e86e9ec48ce4999a847fe4bfe980ae189598eca
data/README.md CHANGED
@@ -33,7 +33,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
33
33
 
34
34
  ## Contributing
35
35
 
36
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/bspin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
36
+ Bug reports and pull requests are welcome on BitBucket at https://bitbucket.org/boneshj/bspin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
37
37
 
38
38
 
39
39
  ## License
@@ -1,3 +1,3 @@
1
1
  module Bspin
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bspin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne Harlech-Jones