grid-plugin-updater 0.0.1 → 0.0.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.
@@ -7,14 +7,14 @@ Gem::Specification.new do |s|
7
7
  s.version = Grid::Plugin::Updater::VERSION
8
8
  s.authors = ["myobie"]
9
9
  s.email = ["nathan@myobie.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/myobie/grid-plugin-updater"
11
11
  s.summary = %q{Update grid every 5 minutes}
12
12
  s.description = %q{Keeping your grids updated}
13
13
 
14
14
  s.rubyforge_project = "grid-plugin-updater"
15
15
 
16
16
  s.post_install_message = "* To have grid update every 5 minutes, load this plist into launchd:
17
- launchctl load -w #{File.expand_path(File.dirname(__FILE__))}/data/com.grid.updater.plist"
17
+ launchctl load -w #{s.full_gem_path}/data/com.grid.updater.plist"
18
18
 
19
19
  s.files = `git ls-files`.split("\n")
20
20
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,7 +1,7 @@
1
1
  module Grid
2
2
  module Plugin
3
3
  module Updater
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grid-plugin-updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-31 00:00:00.000000000Z
12
+ date: 2012-10-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gridcli
16
- requirement: &70332129945880 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,12 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70332129945880
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
25
30
  description: Keeping your grids updated
26
31
  email:
27
32
  - nathan@myobie.com
@@ -37,10 +42,10 @@ files:
37
42
  - grid-plugin-updater.gemspec
38
43
  - lib/grid-plugin-updater.rb
39
44
  - lib/grid-plugin-updater/version.rb
40
- homepage: ''
45
+ homepage: https://github.com/myobie/grid-plugin-updater
41
46
  licenses: []
42
47
  post_install_message: ! "* To have grid update every 5 minutes, load this plist into
43
- launchd:\n launchctl load -w /Volumes/Work/grid-plugin-updater/data/com.grid.updater.plist"
48
+ launchd:\n launchctl load -w /Users/nathan/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/grid-plugin-updater-0.0.2/data/com.grid.updater.plist"
44
49
  rdoc_options: []
45
50
  require_paths:
46
51
  - lib
@@ -58,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
63
  version: '0'
59
64
  requirements: []
60
65
  rubyforge_project: grid-plugin-updater
61
- rubygems_version: 1.8.6
66
+ rubygems_version: 1.8.23
62
67
  signing_key:
63
68
  specification_version: 3
64
69
  summary: Update grid every 5 minutes