slapshot 0.0.2 → 0.0.3

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/slapshot +0 -7
  2. data/lib/slapshot/version.rb +1 -1
  3. metadata +1 -1
data/bin/slapshot CHANGED
@@ -1,13 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'gli'
3
- begin # XXX: Remove this begin/rescue before distributing your app
4
3
  require 'slapshot'
5
- rescue LoadError
6
- STDERR.puts "In development, you need to use `bundle exec bin/todo` to run your app"
7
- STDERR.puts "At install-time, RubyGems will make sure lib, etc. are in the load path"
8
- STDERR.puts "Feel free to remove this message from bin/slapshot now"
9
- exit 64
10
- end
11
4
 
12
5
  include GLI::App
13
6
 
@@ -1,3 +1,3 @@
1
1
  module Slapshot
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slapshot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: