GIPainter-button 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/GIPainter-button/version.rb +1 -1
- data/lib/GIPainter-button.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f89b2ed86184042d6fd741a7bf013dd73e2bd87
|
4
|
+
data.tar.gz: e9f0b4c21f55deb3e68a6127e429ba9ce2220e4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43c6746d5cd7d37fba477f4508601cff16f044a602fe9c6ffef6078fd79f2f18f94825d59d125d8faaf4c33e5b8cf5e92c122d2719a2671b8b2bab548231161d
|
7
|
+
data.tar.gz: 7871f9ef3b47a807f8bdb3fff9bddf0267a5994f874486ba057f0571ded10dc12b4063ce812e843fea2e067493e65a74543986ad883808714c82289ccdac84ca
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# GIPainter::
|
1
|
+
# GIPainter::Button
|
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/GIPainter
|
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/GIPainter-button`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
4
|
|
5
5
|
TODO: Delete this and the text above, and describe your gem
|
6
6
|
|
@@ -9,7 +9,7 @@ TODO: Delete this and the text above, and describe your gem
|
|
9
9
|
Add this line to your application's Gemfile:
|
10
10
|
|
11
11
|
```ruby
|
12
|
-
gem 'GIPainter-
|
12
|
+
gem 'GIPainter-button'
|
13
13
|
```
|
14
14
|
|
15
15
|
And then execute:
|
@@ -18,7 +18,7 @@ And then execute:
|
|
18
18
|
|
19
19
|
Or install it yourself as:
|
20
20
|
|
21
|
-
$ gem install GIPainter-
|
21
|
+
$ gem install GIPainter-button
|
22
22
|
|
23
23
|
## Usage
|
24
24
|
|
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
32
32
|
|
33
33
|
## Contributing
|
34
34
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/aprioul/GIPainter-
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/aprioul/GIPainter-button.
|
36
36
|
|
37
37
|
|
38
38
|
## License
|
data/lib/GIPainter-button.rb
CHANGED