bashy 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. data/Rakefile +2 -2
  2. metadata +7 -6
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ require 'rake/testtask'
11
11
 
12
12
  spec = Gem::Specification.new do |s|
13
13
  s.name = 'bashy'
14
- s.version = '0.1.1'
14
+ s.version = '0.1.2'
15
15
  s.has_rdoc = true
16
16
  s.extra_rdoc_files = ['README.markdown', 'LICENSE']
17
17
  s.summary = 'A simple code snippet storage tool (whatever language you like), making it easy to save, run, and manage your scripts from the Terminal.'
@@ -24,7 +24,7 @@ spec = Gem::Specification.new do |s|
24
24
  s.bindir = "bin"
25
25
 
26
26
  # Adding the dependencies we need.
27
- s.add_dependency('highline', '~> 1.0')
27
+ s.add_dependency('highline', '~> 1.6.1')
28
28
  end
29
29
 
30
30
  Rake::GemPackageTask.new(spec) do |p|
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bashy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Kleyn
@@ -26,11 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 15
29
+ hash: 13
30
30
  segments:
31
31
  - 1
32
- - 0
33
- version: "1.0"
32
+ - 6
33
+ - 1
34
+ version: 1.6.1
34
35
  type: :runtime
35
36
  version_requirements: *id001
36
37
  description: A simple code snippet storage tool (whatever language you like), making it easy to save, run, and manage your scripts from the Terminal. See http://github.com/nathankleyn/bashy for more information.