up_and_running 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4504fdb5a334c8b4010bf64413a3c3650d5a6b0
4
- data.tar.gz: 01a98ee60727906e47e7fbf1f9f69b38e0902227
3
+ metadata.gz: bff00348e197d27067eb81d482d23d052f47d3b4
4
+ data.tar.gz: 776d6cc2b3af0e7e89ffee64b4782f138c72808b
5
5
  SHA512:
6
- metadata.gz: 696be9bf14f40a7ca2f9b6179db81cc48d1a0550a3c2ced325b1622baf0e6a579554abd237d0f3843272fc889420de368c81d50dd5a9b340eb5b31ffdaf552cd
7
- data.tar.gz: 733c115c54b647bce08cbc07b25712c2776b5f3ac15baf51f06415141b957663eb230511ec135f5f404ce6c9d8654a035dc579371d4b81e2e3337db65df45771
6
+ metadata.gz: 1c51effe4bcd15d58956cf871519fefff3ab32f523257e5e39396e521575e25bcf78475bf187330dce8afd92774f2fe7f381662ce1ac7b8769fd3d8cb9bf4a41
7
+ data.tar.gz: fda6e908d99577fcd990870f9cb5fd5651e168a39916321f41c2223f086876a97af7b4de47fc56e07836e8a889adf08cffa6ffc78f023882666aacf4d948ea24
@@ -1,3 +1,3 @@
1
1
  module UpAndRunning
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "https://github.com/jbodah/up_and_running"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
- spec.bindir = "exe"
17
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
16
+ spec.bindir = "bin"
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.require_paths = ["lib"]
19
19
 
20
20
  spec.add_dependency 'tilt'
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: up_and_running
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bodah
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-12-11 00:00:00.000000000 Z
12
12
  dependencies:
@@ -69,7 +69,8 @@ dependencies:
69
69
  description:
70
70
  email:
71
71
  - jb3689@yahoo.com
72
- executables: []
72
+ executables:
73
+ - unr
73
74
  extensions: []
74
75
  extra_rdoc_files: []
75
76
  files: