toss 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/toss +3 -0
  2. data/lib/toss/version.rb +1 -1
  3. metadata +6 -5
data/bin/toss ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ puts "toss"
data/lib/toss/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Toss
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toss
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Santeford
@@ -21,8 +21,8 @@ dependencies: []
21
21
  description: toss - Simple deployment
22
22
  email:
23
23
  - tsantef@gmail.com
24
- executables: []
25
-
24
+ executables:
25
+ - toss
26
26
  extensions: []
27
27
 
28
28
  extra_rdoc_files: []
@@ -32,6 +32,7 @@ files:
32
32
  - Gemfile
33
33
  - README.md
34
34
  - Rakefile
35
+ - bin/toss
35
36
  - lib/toss.rb
36
37
  - lib/toss/version.rb
37
38
  - toss.gemspec