headsail 0.1.1 → 0.1.11

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: 8cf81043e5b7aaf7ad0340ae2f6ca1af740d1a28
4
- data.tar.gz: 8111a344495b2dd3e7d51bd454d72c2db4ba4ff6
3
+ metadata.gz: f1310095ac778210b66e678fcccc0cdce94f0d1a
4
+ data.tar.gz: e34ef77b69313be48a40d1829d579aee9243b27e
5
5
  SHA512:
6
- metadata.gz: 62a8a38ceb2aaf1a54a9b07daa67809804e177d22b73895e8a215b958a27d6aba29c0c883bf672f430101403ce8720716ad2c7b0bb7a6968b0588e1cf236a3f6
7
- data.tar.gz: 9fdc6732df9789e1d2e9f63addfcb4011541c2c5ed58fa69632971facd0c665d3a80e7b1e002ecba594f7a78657e2516c00dc618094fa4c1dc54e38fde8e40bb
6
+ metadata.gz: c0dd492c2bd2090320e5d8f8dc8db5d4fc654fa4ebfdf5dba86de1301f7f2fd876025972347f02f181961111b681d1682f4179b08c9598c96c62c4027b9c966e
7
+ data.tar.gz: 690a4c8fafac1f05f63d99d4b483aa2e4dde8992d10327b5a7795b4d41c07b20e40b4b8cfc9ddb8b21a8ef03112d4aa14547fc1f7435cb51a963f576bf49c568
data/.gitignore CHANGED
@@ -1,6 +1,8 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
3
  /Gemfile.lock
4
+ /bin/console
5
+ /bin/setup
4
6
  /_yardoc/
5
7
  /coverage/
6
8
  /doc/
data/headsail.gemspec CHANGED
@@ -12,7 +12,6 @@ Gem::Specification.new do |spec|
12
12
  spec.description = "Automated API data retrieval and storage."
13
13
  spec.license = "MIT"
14
14
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
15
- spec.bindir = "lib"
16
15
  spec.executables = ['headsail']
17
16
  spec.require_paths = ["lib"]
18
17
  spec.add_runtime_dependency "redis", "~> 3.3"
@@ -1,3 +1,3 @@
1
1
  module Headsail
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: headsail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Sweeting
8
8
  autorequire:
9
- bindir: lib
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-06-08 00:00:00.000000000 Z
12
12
  dependencies:
@@ -97,7 +97,8 @@ dependencies:
97
97
  description: Automated API data retrieval and storage.
98
98
  email:
99
99
  - nsweeting@gmail.com
100
- executables: []
100
+ executables:
101
+ - headsail
101
102
  extensions: []
102
103
  extra_rdoc_files: []
103
104
  files: