antilles 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.
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  *.swp
2
+ pkg/*
data/lib/antilles.rb CHANGED
@@ -112,6 +112,10 @@ class Antilles
112
112
  def clear
113
113
  @server.clear rescue nil
114
114
  end
115
+
116
+ def install(*args)
117
+ server.install(*args)
118
+ end
115
119
  end
116
120
  end
117
121
 
@@ -1,3 +1,3 @@
1
1
  module AntillesVersion
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: antilles
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Solano Labs