share_some_love 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31575b435cfd5586afbe0e070dd2f4db1ef2f686
4
- data.tar.gz: fb60c1a3c84d4f3ab7b98dbf4a2108aae68ca22b
3
+ metadata.gz: 7d058e9a56e84be1d90acb7dc414c999115bb3d3
4
+ data.tar.gz: b8ced8ee0179107fd18ddc6729b94a04ac2ee812
5
5
  SHA512:
6
- metadata.gz: 5077a11bc59535f11b9a229538d775ff69ac35215a30a1009555ffd420f883c1da5f9f81e8e66cbb78784976bfe49402e38da5889b10fd77cf577e2d54c6f56f
7
- data.tar.gz: a388a95c7ed27bf4b1c203a2b95b516baa3fc1f7fdea91d4738b9083b3c3f63732f6b47ce5f68c5b769eef413f9d403d97d3e9f873b6ff87978a0d062db9146c
6
+ metadata.gz: be8ce7d9b614f04e18063aff4538b9fbf974b26137b54c47a1cad63b2662b7ced94f59cdf5abf9322eb1452300fc4d4fbbe76b2ad54072c651c8f36d9eeb1dac
7
+ data.tar.gz: 2a2e7b54a8f256d1837f331caf41ad5d38e23b3c5ec8b770491211ba56b43807e80b9541054c0cbaf62f91b808147ecba1870b4fe93ea489aac2c3b13259cbac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.1.2
4
+
5
+ * More kind words and fixed readme
6
+
3
7
  ## 0.1.1
4
8
 
5
9
  * Some specs and refactorings
data/README.md CHANGED
@@ -1,6 +1,67 @@
1
1
  # Share some love
2
2
 
3
- Share some love to our buddies rubyists!
3
+ :heart::green_heart::yellow_heart::blue_heart::purple_heart::sparkling_heart::heart::green_heart::yellow_heart::blue_heart::purple_heart::sparkling_heart::heart::green_heart::yellow_heart::blue_heart::purple_heart::sparkling_heart::heart::green_heart::yellow_heart::blue_heart::purple_heart::sparkling_heart:
4
+
5
+ Share some love with our buddies rubyists! Say **Thank You** to all kind people, who
6
+ spent their time to create and maintain open source software we use!
7
+
8
+ ## The Problem
9
+
10
+ Have you ever been thinking how important it is to say **Thank You** sometimes?
11
+ And what pleasure it is to get kind words back! Especially when something being a
12
+ hobby to you appears to be beneficial to somebody else. That's how open-source software
13
+ works.
14
+
15
+ Unfortunately it happens all the time: amount of criticism outweights positive
16
+ reviews. And you give up on that. But the project you was working on is awesome!
17
+ We just didn't have enough of time or will to see you need our support.
18
+
19
+ **NOT GONNA HAPPEN AGAIN!**
20
+
21
+ Let's share a bit more of love! It's really easy to say **Thank You** to incredible
22
+ people that just made part of your work. That spent their personal time to maintain something
23
+ so useful. That allowed you to learn something new.
24
+
25
+ And with `share_some_love` it just got even easier.
26
+
27
+ ## Instalation
28
+
29
+ ```bash
30
+ gem install share_some_love
31
+ ```
32
+
33
+ ## Usage
34
+
35
+ ### If you are developing a GEM
36
+
37
+ ```bash
38
+ cd your_gem_directory
39
+
40
+ share_some_love [by_gem]
41
+ ```
42
+
43
+ Review `./LOVE.md` and put it into the repo.
44
+
45
+ ### If you are developing a WEB application
46
+
47
+ ```bash
48
+ cd your_project_directory
49
+
50
+ share_some_love site [by_gem]
51
+ ```
52
+
53
+ Review `./public/love.html` and put it into the repo.
54
+
55
+ ---
56
+
57
+ Here are some sample files that were generated with this gem itself:
58
+
59
+ * [LOVE_by_gemfile.md](https://github.com/gazay/share_some_love/blob/master/LOVE_by_gem.md) – with `by gem` option
60
+ * [LOVE_by_author.md](https://github.com/gazay/share_some_love/blob/master/LOVE_by_author.md) – without `by gem` option
61
+
62
+ I don't currently have styles and JS to make Web Projects love pages look pretty. So here is another chance to share some love: help me with that ;).
63
+
64
+ **P.S. Don't forget to mention your page or file in twitter using hashtag `#share_some_love`**
4
65
 
5
66
  ## Contributors
6
67
 
data/lib/love/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Love
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
data/thank_words/en.yml CHANGED
@@ -2,40 +2,93 @@ title_thanks:
2
2
  - Thank you all, guys and girls who made my life easier and help me to enjoy make my project more and more!
3
3
  - I'd like to thank all these people! Believe me - they are awesome!
4
4
  - Love to these people! And bunch of hugs!
5
+ - I really appreciate, what they did, as that’s fantastic! Thank you!
6
+ - That’s… gorgeous! I’d love to thank you from the bottom of my heart!
7
+ - I can’t describe in words how helpful is what they did! And you know? That’s unbelievable cool!
5
8
 
6
9
  begin_author:
7
10
  - I'd like to thank
8
11
  - I appreciate time of
9
12
  - My sincere thanks to
13
+ - My respectful thanks to
14
+ - I send all my hugs to
10
15
  - Thank you so much
11
16
  - Thank you very much
17
+ - I send all my respect to
18
+ - A bunch of hugs to
19
+ - I’m very thankful to
12
20
 
13
21
  middle_author:
14
22
  - for creating and maintaining
15
23
  - for made this idea happened, I mean
16
24
  - for spending time on
17
- - for making my life easier by creating
18
- - for being so nice to create
25
+ - for making my life easier by creating and maintaining
26
+ - for making my work easier by creating and maintaining
27
+ - for reduce my time spending by creating and maintaining
28
+ - for being so nice to create and maintain
29
+ - for being so cool to create and maintain
30
+ - for being so kind to create and maintain
31
+ - for the amaizing realization of
32
+ - for the terrific realization of
33
+ - for all efforts made to create and maintain
34
+ - for the great realization of
35
+ - for the idea and realization of
19
36
 
20
37
  end_author:
21
38
  - I wanna hug you someday and say in person what great job you done!
22
39
  - I wanna shake your hand and say that wihtout your work on it I would spent much more time and power!
40
+ - I wanna hug you someday and say in person what amaizing job you done!
23
41
  - Just be so cool as you are and remember that your work never being useless!
24
42
  - Enjoy what you did as I am!
43
+ - Just be so great as you are and remember that your work never being useless!
44
+ - Keep doing the same great job as it’s fantastic!
45
+ - I’m running out of words as I’m trying to show how great is your work! Stay cool!
46
+ - Keep doing the same great job as it’s great!
25
47
 
26
48
  person_prefix:
27
49
  - my mate
28
50
  - awesome person
29
51
  - great developer
30
52
  - awesome programmer
53
+ - my friend
31
54
 
32
55
  library_prefix:
33
56
  - this helpful and useful gem
34
57
  - awesome project
35
58
  - cool thing
36
59
  - helpful thing
60
+ - fantastic gem
61
+ - awesome library
62
+ - great library
63
+ - fantastic library
64
+ - awesome gem
65
+ - brilliant gem
66
+ - terrific gem
67
+ - unbelievable gem
68
+ - super gem
69
+ - cool gem
70
+ - awesome library
71
+ - brilliant library
72
+ - terrific library
73
+ - unbelievable library
74
+ - super library
75
+ - cool library
37
76
 
38
77
  libraries_prefix:
39
78
  - these awesome and helpful gems
40
79
  - a lot of great projects
41
80
  - these awesome libraries
81
+ - these great libraries
82
+ - these fantastic libraries
83
+ - these awesome gems
84
+ - these brilliant gems
85
+ - these terrific gems
86
+ - these unbelievable gems
87
+ - these super gems
88
+ - these cool gems
89
+ - these awesome libraries
90
+ - these brilliant libraries
91
+ - these terrific libraries
92
+ - these unbelievable libraries
93
+ - these super libraries
94
+ - these cool libraries
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: share_some_love
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - gazay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-27 00:00:00.000000000 Z
11
+ date: 2013-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler