sifttter-redux 0.4.9 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 555161b88eb21002dcdebc34161049b757ceb61b
4
- data.tar.gz: c0f3390f1059a4d77bc599a17f7c41121d15a53f
3
+ metadata.gz: d96989e540784830c8a8125a4c1618532f2109db
4
+ data.tar.gz: 32af7624773ceeecc6edfab9465531a6cf1ebc7d
5
5
  SHA512:
6
- metadata.gz: 108111db40bc2319774a326af84e3ee5ab71a075e4664f1167c904feb93d35a22177a9880b3dfdcdf7442c1ff4134247f3178b84c706f5b197926f5d7c035e5f
7
- data.tar.gz: d303349a0ce86f8aaaa571c5347d5da6d8a64c6937fcfc7a1b040e548a2bd11621ce2571bb7fe74050790507f9273534221a672176abca5fa73c46713961ab63
6
+ metadata.gz: b4f0772c02dcf7b6455311536d766b74e0df6118e58de94aac119a3d4ce9579ea401601c7977e96ee1ffcd2dc7309d3bba3006b22b2f4cf43eb16d7e2891ecdf
7
+ data.tar.gz: 7db7d45c05b6e07b2f1616c0887ee8babfd090faf00d8d42413692b25ab169bc0a3298223b701b1322f44b26d8898e5cdfd6c43d3ca129ca38b3307ddea59c86
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.5.0 (2014-03-16)
2
+
3
+ * Fixed a bug where Dropbox Uploader would fail when not in "verbose mode"
4
+
1
5
  # 0.4.9 (2014-03-15)
2
6
 
3
7
  * Fixed a bug with importing Logger into CLIMessage
data/README.md CHANGED
@@ -37,7 +37,7 @@ SYNOPSIS
37
37
  srd [global options] command [command options] [arguments...]
38
38
 
39
39
  VERSION
40
- 0.4.9
40
+ 0.5.0
41
41
 
42
42
  GLOBAL OPTIONS
43
43
  --help - Show this message
@@ -65,7 +65,7 @@ module SifttterRedux
65
65
  if @verbose
66
66
  system "#{ @dbu } upload #{ @local_target } #{ @remote_target }"
67
67
  else
68
- exec = `#{ @dbu } upload #{ @local_target }" "#{ @remote_target }`
68
+ exec = `#{ @dbu } upload #{ @local_target } #{ @remote_target }`
69
69
  end
70
70
  else
71
71
  error_msg = 'Local and remote targets cannot be nil'
@@ -1,4 +1,4 @@
1
1
  module SifttterRedux
2
- VERSION = '0.4.9'
2
+ VERSION = '0.5.0'
3
3
  NEWEST_CONFIG_VERSION = '0.4.7'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sifttter-redux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Bach
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-15 00:00:00.000000000 Z
11
+ date: 2014-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake