cryx-g5k 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/g5k.rb +4 -0
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 9
3
+ :patch: 10
4
4
  :major: 0
data/lib/g5k.rb CHANGED
@@ -17,6 +17,10 @@ module G5K
17
17
  end
18
18
  end
19
19
  end
20
+
21
+ class Exception < RuntimeError; end
22
+ class ResourceNotFound < Exception; end
23
+ class BadRequest < Exception; end
20
24
  end
21
25
 
22
26
  if ![].respond_to?(:group_by) || ![].respond_to?(:index_by)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryx-g5k
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Rohr
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-25 00:00:00 -07:00
12
+ date: 2009-03-27 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15