referable 0.3.0 → 0.3.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 +6 -4
  3. data/lib/referable/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d362f1e5c65197ca5f3eca62f4d3fa90f7dd9323
4
- data.tar.gz: ce81d85f2d124815b37bcaf70ae968551ae2f1eb
3
+ metadata.gz: e2cf4aba3625887515493a6504d7a874f7c408ef
4
+ data.tar.gz: e9be7f3677a599015f8eb11e92314c63a24ccd61
5
5
  SHA512:
6
- metadata.gz: 333b0322300664f776556eb9aa1891cd21191a9a9622bce2b689d8d3cc16ebae1a0df3a851b75cf2c92a2cd17c3feabfbf6157294750f3d6faba6efbd5dc3f64
7
- data.tar.gz: 07d70b48eca3c8c6faa4de5df1dc65ad5576d97957b53dcaf632bdfec06780c6a40e57219f6eda195aa6949b0254f4edb48198f9727d36965479729ffbf5f169
6
+ metadata.gz: e177ce39f879dfd6ce07ce0cab7b970df82725c69dfe213d45e37d615354bc4aa629f430dbd2c1a8bd257d7323a36ba185028b39de3ec04e98f596031e413ee2
7
+ data.tar.gz: 6add45775927f999890c0bc7cf1f537029c4686bd571dcb76accfa3c719f8c17453bd96d77433916e0c4e268987134f644af5a3495f3f2e51e9687ab4b026ab5
data/README.md CHANGED
@@ -102,13 +102,15 @@ the new recruit.
102
102
 
103
103
  ## Development
104
104
 
105
- 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.
106
-
107
- 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).
105
+ There are currently no tests :sob: as this was ported over from tested code in another app.
106
+ Coming soon TM.
108
107
 
109
108
  ## Contributing
110
109
 
111
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/referable. 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.
110
+ Bug reports and pull requests are welcome on GitHub at https://github.com/eola/referable.
111
+ This project is intended to be a safe, welcoming space for collaboration, and
112
+ contributors are expected to adhere to the
113
+ [Contributor Covenant](http://contributor-covenant.org) code of conduct.
112
114
 
113
115
  ## License
114
116
 
@@ -1,3 +1,3 @@
1
1
  module Referable
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: referable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Steele