prowlnotify 0.2.1 → 0.2.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.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/lib/foo.rb +0 -0
  3. metadata +4 -3
data/Rakefile CHANGED
@@ -2,14 +2,14 @@ require "rake/gempackagetask"
2
2
 
3
3
  spec = Gem::Specification.new do |s|
4
4
  s.name = "prowlnotify"
5
- s.version = "0.2.1"
5
+ s.version = "0.2.2"
6
6
  s.author = "Caius Durling"
7
7
  s.email = "dev@caius.name"
8
8
  s.homepage = "http://github.com/caius/prowlnotify"
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.summary = "Easily send prowl notifications from the command line"
11
11
  s.bindir = "bin"
12
- s.files = FileList["lib/**/*.rb", "bin/*", "[A-Z]*", "spec/**/*"].to_a
12
+ s.files = FileList["bin/*", "lib/*.rb", "[A-Z]*"].to_a
13
13
  s.executables << "prowlnotify"
14
14
  s.has_rdoc = false
15
15
  s.add_dependency("prowl", "~> 0.1.3")
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prowlnotify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Caius Durling
@@ -44,6 +44,7 @@ extra_rdoc_files: []
44
44
 
45
45
  files:
46
46
  - bin/prowlnotify
47
+ - lib/foo.rb
47
48
  - Rakefile
48
49
  - Readme.md
49
50
  has_rdoc: true