gem_watch 0.1.0 → 0.1.1
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/Rakefile +0 -1
- data/VERSION +1 -1
- metadata +1 -11
data/Rakefile
CHANGED
|
@@ -12,7 +12,6 @@ begin
|
|
|
12
12
|
gem.authors = ["Fabien Jakimowicz"]
|
|
13
13
|
gem.rubyforge_project = "gemwatch"
|
|
14
14
|
gem.add_development_dependency "thoughtbot-shoulda"
|
|
15
|
-
gem.add_dependency 'yaml'
|
|
16
15
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
17
16
|
end
|
|
18
17
|
Jeweler::RubyforgeTasks.new do |rubyforge|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gem_watch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fabien Jakimowicz
|
|
@@ -22,16 +22,6 @@ dependencies:
|
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: "0"
|
|
24
24
|
version:
|
|
25
|
-
- !ruby/object:Gem::Dependency
|
|
26
|
-
name: yaml
|
|
27
|
-
type: :runtime
|
|
28
|
-
version_requirement:
|
|
29
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - ">="
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: "0"
|
|
34
|
-
version:
|
|
35
25
|
description: GemWatch watches over outdated gems in your system and send an email to inform administrators about available update, like apticron on debian
|
|
36
26
|
email: fabien@jakimowicz.com
|
|
37
27
|
executables:
|