sunrise 0.0.2 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bin/sunrise +1 -1
- data/lib/sunrise.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.1.0
|
data/bin/sunrise
CHANGED
@@ -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.1.0'
|
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 }
|
data/lib/sunrise.rb
CHANGED