smirk 0.2.4 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/smirk.rb +0 -4
  2. metadata +8 -8
@@ -4,7 +4,3 @@ require File.expand_path(File.dirname(__FILE__) + '/smirk/client')
4
4
  require File.expand_path(File.dirname(__FILE__) + '/smirk/album')
5
5
  require File.expand_path(File.dirname(__FILE__) + '/smirk/image')
6
6
  require File.expand_path(File.dirname(__FILE__) + '/smirk/category')
7
-
8
- module Smirk
9
- class AccessDenied < StandardError; end
10
- end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smirk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 2
9
- - 4
10
- version: 0.2.4
8
+ - 3
9
+ - 0
10
+ version: 0.3.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - James Miller
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-13 00:00:00 -07:00
18
+ date: 2010-09-15 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 7
29
+ hash: 15
30
30
  segments:
31
31
  - 1
32
- - 4
32
+ - 6
33
33
  - 0
34
- version: 1.4.0
34
+ version: 1.6.0
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency