ogle 0.0.6 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +4 -0
  2. data/lib/ogle/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -30,6 +30,10 @@ Depending on the call you make, glance will sometimes return JSON and others XML
30
30
  response = CONNECTION.image true
31
31
  puts response
32
32
 
33
+ # This will return a list of only images that are runable (are not aki or ari)
34
+ response = CONNECTION.image.runable
35
+ puts response
36
+
33
37
  # This will return headers for a specific image as a hash
34
38
  response = CONNECTION.image.find 6
35
39
  puts response
data/lib/ogle/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ogle
2
- VERSION = "0.0.6"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ogle
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kevin Bringard