sunrise 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.
- data/VERSION +1 -1
- data/bin/sunrise +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/bin/sunrise
CHANGED
|
@@ -4,7 +4,7 @@ require 'yaml'
|
|
|
4
4
|
require 'json'
|
|
5
5
|
require 'rubygems'
|
|
6
6
|
require 'commander/import'
|
|
7
|
-
require 'lib/sunrise.rb'
|
|
7
|
+
require File.dirname(__FILE__) + '/../lib/sunrise.rb'
|
|
8
8
|
|
|
9
9
|
CONFIG_FNAME = "#{ENV['HOME']}/.sunrisehq"
|
|
10
10
|
DEVCONFIG_FNAME = "#{ENV['HOME']}/.sunrisehq-dev"
|
|
@@ -39,7 +39,7 @@ def setup_sunrise_client(options = nil)
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
program :name, 'Sunrise Uploader'
|
|
42
|
-
program :version, '0.0.
|
|
42
|
+
program :version, '0.0.2'
|
|
43
43
|
program :description, 'Command-line uploader for Sunrise (http://sunrisehq.com)'
|
|
44
44
|
global_option('--verbose', 'Display non-critical status information') { $verbose = true }
|
|
45
45
|
global_option('--growl', 'Use growl notifications (Mac OS X only)') { $growl = true }
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sunrise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Logan Koester
|