matflores-integrity-gnome-notify 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.
data/README.markdown CHANGED
@@ -21,6 +21,11 @@ And badabing! Now you can set up your projects to send notifications after
21
21
  each build (just edit the project and the config options should be
22
22
  there)
23
23
 
24
+ Acknowledgements
25
+ ================
26
+
27
+ The images I am using on the notification messages were created by [Jamie Hill][thelucid].
28
+
24
29
  License
25
30
  =======
26
31
 
@@ -49,3 +54,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
49
54
 
50
55
  [Integrity]: http://integrityapp.com
51
56
  [matflores]: http://matflores.com
57
+ [thelucid]: http://thelucid.com/2007/07/30/autotest-growl-fail-pass-smilies/
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{integrity-gnome-notify}
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Mat\303\255as Flores"]
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  "images/pending.png",
27
27
  "images/success.png",
28
28
  "integrity-gnome-notify.gemspec",
29
- "lib/integrity/notifier/integrity-gnome-notify.rb",
29
+ "lib/integrity/notifier/gnome-notify.rb",
30
30
  "test/integrity-gnome-notify_test.rb",
31
31
  "test/test_helper.rb"
32
32
  ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matflores-integrity-gnome-notify
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
  - "Mat\xC3\xADas Flores"
@@ -44,7 +44,7 @@ files:
44
44
  - images/pending.png
45
45
  - images/success.png
46
46
  - integrity-gnome-notify.gemspec
47
- - lib/integrity/notifier/integrity-gnome-notify.rb
47
+ - lib/integrity/notifier/gnome-notify.rb
48
48
  - test/integrity-gnome-notify_test.rb
49
49
  - test/test_helper.rb
50
50
  has_rdoc: false