commitshots 0.0.1 → 0.0.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/bin/commitshots +2 -0
  2. metadata +4 -2
data/bin/commitshots ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env ruby
2
+ require 'commitshots'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commitshots
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,11 +13,13 @@ date: 2013-01-22 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: a little utility to create a screenshot from each commit of a project
15
15
  email: wittnezz@gmail.com
16
- executables: []
16
+ executables:
17
+ - commitshots
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
20
21
  - lib/commitshots.rb
22
+ - bin/commitshots
21
23
  homepage: http://rubygems.org/gems/commitshots
22
24
  licenses: []
23
25
  post_install_message: