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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab1442bf3f003aedafa1bf078d66659590f358b3
4
- data.tar.gz: f7bad7cebc295074d676740371422976da0b9375
3
+ metadata.gz: 9f89b2ed86184042d6fd741a7bf013dd73e2bd87
4
+ data.tar.gz: e9f0b4c21f55deb3e68a6127e429ba9ce2220e4a
5
5
  SHA512:
6
- metadata.gz: a0b22673af53d90e342bb44fb63bbde81ad7a0adb9c4a3774f8abb01d45d0237a2facaf8f98adab9dfba4b66b8c53677f325ae8416cca0fae2e993e3d947df70
7
- data.tar.gz: 520bec68c92a0b9069d289c7d2290b00c0f064e9f374e8d8b82a545746d588adb7c0714d6d7b342a107ee9c211a0d5a3146c243a2329138700107602d9cd1af6
6
+ metadata.gz: 43c6746d5cd7d37fba477f4508601cff16f044a602fe9c6ffef6078fd79f2f18f94825d59d125d8faaf4c33e5b8cf5e92c122d2719a2671b8b2bab548231161d
7
+ data.tar.gz: 7871f9ef3b47a807f8bdb3fff9bddf0267a5994f874486ba057f0571ded10dc12b4063ce812e843fea2e067493e65a74543986ad883808714c82289ccdac84ca
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # GIPainter::Helpers
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/helpers`. To experiment with that code, run `bin/console` for an interactive prompt.
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-helpers'
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-helpers
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-helpers.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/aprioul/GIPainter-button.
36
36
 
37
37
 
38
38
  ## License
@@ -1,3 +1,3 @@
1
1
  module GIPainter_button
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -48,4 +48,4 @@ module GIPainter_button
48
48
  end
49
49
  end
50
50
 
51
- GIPainter_grid.load!
51
+ GIPainter_button.load!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-button
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive