backgem 0.1.0 → 0.1.1

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 (3) hide show
  1. data/VERSION +1 -0
  2. data/bin/{backgem → backgem.rb} +0 -0
  3. metadata +5 -3
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.1
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backgem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitko Kostov
@@ -10,13 +10,13 @@ bindir: bin
10
10
  cert_chain: []
11
11
 
12
12
  date: 2009-10-25 00:00:00 +03:00
13
- default_executable: backgem
13
+ default_executable: backgem.rb
14
14
  dependencies: []
15
15
 
16
16
  description:
17
17
  email: mitko.kostov@gmail.com
18
18
  executables:
19
- - backgem
19
+ - backgem.rb
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
@@ -25,6 +25,8 @@ extra_rdoc_files:
25
25
  files:
26
26
  - LICENSE
27
27
  - README
28
+ - VERSION
29
+ - bin/backgem.rb
28
30
  has_rdoc: true
29
31
  homepage: http://github.com/mitkok/backgem
30
32
  licenses: []