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 +4 -4
- data/README.md +1 -18
- data/icangem-0.24.0.gem +0 -0
- data/lib/icangem/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59688ad1a55503abb4beadf5715924df3e9776db
|
4
|
+
data.tar.gz: 3ea13e7f568fcc34441c1c5dbac397fdbf0ac01a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 659a3c05c79abc65f59c38113078b9fa36132ff2f6961ceb40f1ecf75090e465a32f7451327d8d00372189e39100d8305ada90a59c18191fdb844ffe5c1cf078
|
7
|
+
data.tar.gz: 1549a5f6ec04691243c494315791673a372838a5b1df7b0c9d19e1f240d02df411dd9d88a7299710be93116d749630419637fb85cd85c39b9a72c32128672800
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# Icangem
|
2
2
|
|
3
|
-
|
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
|
-
|
data/icangem-0.24.0.gem
ADDED
Binary file
|
data/lib/icangem/version.rb
CHANGED
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.
|
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
|