sifttter-redux 0.6.1 → 0.6.2

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: 81b4732164a7de0c4c28ea756be13d7374b6c2ec
4
- data.tar.gz: 9355c50c41868f66f6fe9978a54e8d1126c9c1c1
3
+ metadata.gz: 2e49adcb1e6d825f7539b3867f99639036e35b1a
4
+ data.tar.gz: acb96d7075abb7c7843e666ce6d832d01d8a497e
5
5
  SHA512:
6
- metadata.gz: 241989e80e12181917a8c9273516f27bf9158e595be3354c120a97248490a45b4836cb6126cc20d0d9c4ed35df7e5cf571fdcf066c27cab9f10b49f0e8e97f94
7
- data.tar.gz: 52258e05b83a4df1210c51262a3296d57eaba9695b81c59dbd48880634f51b5e08afa2958ace6fa4ba6fd6576c5207a6a4c2accf652b6cef007f015a450abc1c
6
+ metadata.gz: fb62bc5e4306408a2411ebc2ef2502eb4e6a6546947e6d2395972ef4747a0d8355f6b81401ebd14181f696b1a86ffc63258c08b5e6698e7752b44cccc77c3805
7
+ data.tar.gz: eb680b39cbc6758920fbf2d0c84516aa162c408743890f99bc85174911e1ceb0812daad5655179ca733be49a474dc2d20e686a50e33dce154d4b604589a26e88
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.6.2 (2014-04-03)
2
+
3
+ * Updated to CLIUtils 1.2.1
4
+
1
5
  # 0.6.1 (2014-04-02)
2
6
 
3
7
  * Fixed Aruba tests
data/README.md CHANGED
@@ -39,7 +39,7 @@ SYNOPSIS
39
39
  srd [global options] command [command options] [arguments...]
40
40
 
41
41
  VERSION
42
- 0.5.4
42
+ 0.6.2
43
43
 
44
44
  GLOBAL OPTIONS
45
45
  --help - Show this message
data/bin/srd CHANGED
@@ -1,36 +1,36 @@
1
1
  #!/usr/bin/env ruby
2
2
  # Encoding: utf-8
3
3
  #--------------------------------------------------------------------
4
- # Sifttter Redux
4
+ # Sifttter Redux
5
5
  #
6
- # A modification of Craig Eley's Sifttter that allows for smart
7
- # installation on a standalone *NIX device (such as a Raspberry Pi).
6
+ # A modification of Craig Eley's Sifttter that allows for smart
7
+ # installation on a standalone *NIX device (such as a Raspberry Pi).
8
8
  #
9
- # Sifttter copyright Craig Eley 2014 <http://craigeley.com>
9
+ # Sifttter copyright Craig Eley 2014 <http://craigeley.com>
10
10
  #
11
- # Copyright (c) 2014
12
- # Aaron Bach <bachya1208@gmail.com>
11
+ # Copyright (c) 2014
12
+ # Aaron Bach <bachya1208@gmail.com>
13
13
  #
14
- # Permission is hereby granted, free of charge, to any person
15
- # obtaining a copy of this software and associated documentation
16
- # files (the "Software"), to deal in the Software without
17
- # restriction, including without limitation the rights to use,
18
- # copy, modify, merge, publish, distribute, sublicense, and/or sell
19
- # copies of the Software, and to permit persons to whom the
20
- # Software is furnished to do so, subject to the following
21
- # conditions:
14
+ # Permission is hereby granted, free of charge, to any person
15
+ # obtaining a copy of this software and associated documentation
16
+ # files (the "Software"), to deal in the Software without
17
+ # restriction, including without limitation the rights to use,
18
+ # copy, modify, merge, publish, distribute, sublicense, and/or sell
19
+ # copies of the Software, and to permit persons to whom the
20
+ # Software is furnished to do so, subject to the following
21
+ # conditions:
22
22
  #
23
- # The above copyright notice and this permission notice shall be
24
- # included in all copies or substantial portions of the Software.
23
+ # The above copyright notice and this permission notice shall be
24
+ # included in all copies or substantial portions of the Software.
25
25
  #
26
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27
- # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
28
- # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29
- # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
30
- # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
31
- # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
32
- # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
33
- # OTHER DEALINGS IN THE SOFTWARE.
26
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27
+ # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
28
+ # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29
+ # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
30
+ # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
31
+ # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
32
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
33
+ # OTHER DEALINGS IN THE SOFTWARE.
34
34
  #--------------------------------------------------------------------
35
35
  require 'cliutils'
36
36
  require 'gli'
@@ -29,5 +29,5 @@ module SifttterRedux
29
29
  SUMMARY = 'Automated IFTTT to Day One engine.'
30
30
 
31
31
  # The Gem's version
32
- VERSION = '0.6.1'
32
+ VERSION = '0.6.2'
33
33
  end
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency('rdoc', '4.1.1')
28
28
  spec.add_development_dependency('aruba', '0.5.4')
29
29
  spec.add_runtime_dependency('chronic', '0.10.2')
30
- spec.add_runtime_dependency('cliutils', '1.1.0')
30
+ spec.add_runtime_dependency('cliutils', '1.2.1')
31
31
  spec.add_runtime_dependency('gli','2.9.0')
32
32
  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.6.1
4
+ version: 0.6.2
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-04-02 00:00:00.000000000 Z
11
+ date: 2014-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 1.1.0
75
+ version: 1.2.1
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 1.1.0
82
+ version: 1.2.1
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: gli
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -162,3 +162,4 @@ test_files:
162
162
  - features/support/env.rb
163
163
  - test/date_range_maker_test.rb
164
164
  - test/test_helper.rb
165
+ has_rdoc: