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 +4 -4
- data/HISTORY.md +4 -0
- data/README.md +1 -1
- data/bin/srd +24 -24
- data/lib/sifttter-redux/constants.rb +1 -1
- data/sifttter-redux.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e49adcb1e6d825f7539b3867f99639036e35b1a
|
4
|
+
data.tar.gz: acb96d7075abb7c7843e666ce6d832d01d8a497e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb62bc5e4306408a2411ebc2ef2502eb4e6a6546947e6d2395972ef4747a0d8355f6b81401ebd14181f696b1a86ffc63258c08b5e6698e7752b44cccc77c3805
|
7
|
+
data.tar.gz: eb680b39cbc6758920fbf2d0c84516aa162c408743890f99bc85174911e1ceb0812daad5655179ca733be49a474dc2d20e686a50e33dce154d4b604589a26e88
|
data/HISTORY.md
CHANGED
data/README.md
CHANGED
data/bin/srd
CHANGED
@@ -1,36 +1,36 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
# Encoding: utf-8
|
3
3
|
#--------------------------------------------------------------------
|
4
|
-
#
|
4
|
+
# Sifttter Redux
|
5
5
|
#
|
6
|
-
#
|
7
|
-
#
|
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
|
-
#
|
9
|
+
# Sifttter copyright Craig Eley 2014 <http://craigeley.com>
|
10
10
|
#
|
11
|
-
#
|
12
|
-
#
|
11
|
+
# Copyright (c) 2014
|
12
|
+
# Aaron Bach <bachya1208@gmail.com>
|
13
13
|
#
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
17
|
-
#
|
18
|
-
#
|
19
|
-
#
|
20
|
-
#
|
21
|
-
#
|
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
|
-
#
|
24
|
-
#
|
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
|
-
#
|
27
|
-
#
|
28
|
-
#
|
29
|
-
#
|
30
|
-
#
|
31
|
-
#
|
32
|
-
#
|
33
|
-
#
|
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'
|
data/sifttter-redux.gemspec
CHANGED
@@ -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
|
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.
|
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-
|
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
|
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
|
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:
|