nakamura 0.11 → 0.12

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.
Files changed (2) hide show
  1. data/lib/nakamura/file.rb +0 -4
  2. metadata +7 -7
data/lib/nakamura/file.rb CHANGED
@@ -35,10 +35,6 @@ module SlingFile
35
35
  return @sling.execute_post(@sling.url_for(url), props)
36
36
  end
37
37
 
38
- def myfiles(search)
39
- return @sling.execute_get(@sling.url_for("/var/search/files/myfiles.json?q=#{search}"))
40
- end
41
-
42
38
  def upload_pooled_file(name, data, content_type, toid=nil)
43
39
  if ( toid == nil )
44
40
  return @sling.execute_file_post(@sling.url_for("/system/pool/createfile"), name, name, data, content_type)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nakamura
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.11'
4
+ version: '0.12'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-09 00:00:00.000000000 Z
12
+ date: 2012-07-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -34,15 +34,15 @@ executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
37
+ - lib/nakamura/test.rb
37
38
  - lib/nakamura/authz.rb
38
- - lib/nakamura/contacts.rb
39
- - lib/nakamura/file.rb
40
39
  - lib/nakamura/full_group_creator.rb
40
+ - lib/nakamura/users.rb
41
+ - lib/nakamura/contacts.rb
41
42
  - lib/nakamura/message.rb
42
43
  - lib/nakamura/osgiconf.rb
43
44
  - lib/nakamura/search.rb
44
- - lib/nakamura/test.rb
45
- - lib/nakamura/users.rb
45
+ - lib/nakamura/file.rb
46
46
  - lib/nakamura.rb
47
47
  homepage: http://sakaiproject.org
48
48
  licenses: []
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - none
67
67
  rubyforge_project:
68
- rubygems_version: 1.8.23
68
+ rubygems_version: 1.8.21
69
69
  signing_key:
70
70
  specification_version: 3
71
71
  summary: Ruby library for interacting with Sakai Nakamura.