tchak-restbooks 0.1.2 → 0.1.3

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.
@@ -28,18 +28,18 @@ require 'cgi'
28
28
  require 'digest/md5'
29
29
  #require 'json'
30
30
 
31
- require 'lib/extend/uri'
32
- require 'lib/mixins/api'
33
- require 'lib/mixins/model'
34
- require 'lib/models/author'
35
- require 'lib/models/book'
36
- require 'lib/models/comment'
37
- require 'lib/models/list'
38
- require 'lib/models/category'
39
- require 'lib/authors'
40
- require 'lib/books'
41
- require 'lib/lists'
42
- require 'lib/categories'
31
+ require 'uri/uri'
32
+ require 'restbooks/mixins/api'
33
+ require 'restbooks/mixins/model'
34
+ require 'restbooks/models/author'
35
+ require 'restbooks/models/book'
36
+ require 'restbooks/models/comment'
37
+ require 'restbooks/models/list'
38
+ require 'restbooks/models/category'
39
+ require 'restbooks/authors'
40
+ require 'restbooks/books'
41
+ require 'restbooks/lists'
42
+ require 'restbooks/categories'
43
43
 
44
44
  module RestBooks
45
45
  class Client
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tchak-restbooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Chavard
@@ -33,19 +33,19 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - README
35
35
  - LICENSE
36
- - restbooks.rb
37
- - lib/books.rb
38
- - lib/authors.rb
39
- - lib/categories.rb
40
- - lib/lists.rb
41
- - lib/extend/uri.rb
42
- - lib/mixins/api.rb
43
- - lib/mixins/model.rb
44
- - lib/models/author.rb
45
- - lib/models/book.rb
46
- - lib/models/category.rb
47
- - lib/models/comment.rb
48
- - lib/models/list.rb
36
+ - lib/restbooks.rb
37
+ - lib/restbooks/books.rb
38
+ - lib/restbooks/authors.rb
39
+ - lib/restbooks/categories.rb
40
+ - lib/restbooks/lists.rb
41
+ - lib/uri/uri.rb
42
+ - lib/restbooks/mixins/api.rb
43
+ - lib/restbooks/mixins/model.rb
44
+ - lib/restbooks/models/author.rb
45
+ - lib/restbooks/models/book.rb
46
+ - lib/restbooks/models/category.rb
47
+ - lib/restbooks/models/comment.rb
48
+ - lib/restbooks/models/list.rb
49
49
  has_rdoc: false
50
50
  homepage: http://restbooks.tchak.net
51
51
  post_install_message: