thanks 0.3.0 → 0.3.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: 3b7d705f8b8f4b3057e698d99fcdec1e33405e9c
4
- data.tar.gz: 37b13e449175c115024cb4d25ae61f4da5cde90d
3
+ metadata.gz: 9d2d7f7b69158c3a8d5e10745af0c5ca7252953c
4
+ data.tar.gz: f5b94d0c6f2cb45496d0879d2c28ba73c3f591bc
5
5
  SHA512:
6
- metadata.gz: 9687467719efed89ca41d73b592b3a4db7e80462fbbb7d4e627d1f5221433f9aa2c6829a697c08efb9b501daeab493eeee9cbe2122499b2e98286105d6455dc6
7
- data.tar.gz: a8137b6b01fc0a579bddb1e074faad2cd9d37247f5313cc70b898ce04b1d8e33f487c955d99f758839ccbcf26c1ff8a8dfb007763a64990f793ae9c1f080caf7
6
+ metadata.gz: fefa423978588912d57c1cabfa66c10d123075772e38122188302ff080d3b5b22d3f362329e5125a9cd29da544048ed854c0afa245edd658ca73af7cfca5a470
7
+ data.tar.gz: 82c1e44cd71a8a483988cf0a946ab55adcd95b99c8b0f6473473ecb0e7ddb453e2ca680553308565682076d1cfd18b75c81a1f8d9ae9de8457747fac59410102
data/img/screencast.gif CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module Thanks
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
data/lib/thanks.rb CHANGED
@@ -5,13 +5,17 @@ module Thanks
5
5
  def self.print_list
6
6
 
7
7
  if matches.any?
8
- puts "Sweet! You are using gems with donation pages!\n\n"
8
+ puts "\nSweet! You are using gems with donation pages!\n\n"
9
9
  matches.sort.each { |name, url| puts " - #{name}\t#{url}" }
10
10
  else
11
- puts "Man! Can't find any gems on your system to support!"
11
+ puts "\nMan! Can't find any gems on your system to support!"
12
12
  end
13
13
 
14
- puts "\nAdd more gem donation links to our list at https://github.com/dpritchett/thanks-ruby"
14
+ puts "\nYou can also donate to help the Ruby language itself"
15
+ puts "\thttps://bugs.ruby-lang.org/projects/ruby/wiki/Donation"
16
+
17
+ puts "\nAdd more gem donation links to our list at"
18
+ puts "\thttps://github.com/dpritchett/thanks-ruby"
15
19
  end
16
20
 
17
21
  def self.matches
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thanks
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 J. Pritchett