icangem 0.24.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cec388aee351244ba13c607ff6afebf22dd0330
4
- data.tar.gz: 03e8c7c6fbb386c2311d453262a73d1d2cb00c4b
3
+ metadata.gz: 59688ad1a55503abb4beadf5715924df3e9776db
4
+ data.tar.gz: 3ea13e7f568fcc34441c1c5dbac397fdbf0ac01a
5
5
  SHA512:
6
- metadata.gz: ab4c144100afea92e921f6d0850a72b494d6737113554720a55301b7ceae1834f5fef7ee3e8875e77adc46f6c9ee5e0824c9b466a6715440abf0a2ab5d4ed341
7
- data.tar.gz: 44d039fabadb2ae9dea281f7a0d9105855ce9a3d5d49b8a4126268b4263b763502d6cd4851133b1f5559e4d9a635f72d49d3ae3525c20b1eadf558fb42de1f62
6
+ metadata.gz: 659a3c05c79abc65f59c38113078b9fa36132ff2f6961ceb40f1ecf75090e465a32f7451327d8d00372189e39100d8305ada90a59c18191fdb844ffe5c1cf078
7
+ data.tar.gz: 1549a5f6ec04691243c494315791673a372838a5b1df7b0c9d19e1f240d02df411dd9d88a7299710be93116d749630419637fb85cd85c39b9a72c32128672800
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Icangem
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/icangem`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Want to know how to make a gem? `Icangem::Tellme.how`
6
4
 
7
5
  ## Installation
8
6
 
@@ -19,18 +17,3 @@ And then execute:
19
17
  Or install it yourself as:
20
18
 
21
19
  $ gem install icangem
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- 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).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/icangem.
36
-
Binary file
@@ -1,3 +1,3 @@
1
1
  module Icangem
2
- VERSION = "0.24.0"
2
+ VERSION = "0.25.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icangem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Klotz
@@ -52,6 +52,7 @@ files:
52
52
  - Rakefile
53
53
  - bin/console
54
54
  - bin/setup
55
+ - icangem-0.24.0.gem
55
56
  - icangem.gemspec
56
57
  - lib/icangem.rb
57
58
  - lib/icangem/version.rb