interfacelift 0.0.0 → 0.0.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 (4) hide show
  1. data/.gitignore +2 -1
  2. data/VERSION +1 -1
  3. data/bin/interfacelift +1 -0
  4. metadata +1 -2
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  pkg/*
2
- interfacelift.gemspec
2
+ interfacelift.gemspec
3
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.0.1
data/bin/interfacelift CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env ruby
1
2
  require 'rubygems'
2
3
  require 'commander/import'
3
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: interfacelift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel de Graaf
@@ -36,7 +36,6 @@ files:
36
36
  - Rakefile
37
37
  - VERSION
38
38
  - bin/interfacelift
39
- - interfacelift.gemspec
40
39
  - lib/.DS_Store
41
40
  - lib/installer.rb
42
41
  - lib/interfacelift.rb