sds-rest 0.1.4 → 0.1.5
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.
- data/Manifest.txt +13 -1
- data/Marshal.4.8 +0 -0
- data/Marshal.4.8.Z +0 -0
- data/{README.rdoc → README.txt} +0 -1
- data/config/hoe.rb +1 -1
- data/latest_specs.4.8 +0 -0
- data/latest_specs.4.8.gz +0 -0
- data/lib/sds-rest/version.rb +1 -1
- data/quick/index +0 -0
- data/quick/index.rz +0 -0
- data/quick/latest_index +0 -0
- data/quick/latest_index.rz +0 -0
- data/spec/spec_helper.rb +3 -3
- data/specs.4.8 +0 -0
- data/specs.4.8.gz +0 -0
- data/website/index.html +1 -1
- data/yaml +2 -0
- data/yaml.Z +0 -0
- metadata +18 -5
data/Manifest.txt
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
History.txt
|
|
2
2
|
Manifest.txt
|
|
3
|
+
Marshal.4.8
|
|
4
|
+
Marshal.4.8.Z
|
|
3
5
|
PostInstall.txt
|
|
4
|
-
README.
|
|
6
|
+
README.txt
|
|
5
7
|
Rakefile
|
|
6
8
|
config/hoe.rb
|
|
7
9
|
config/requirements.rb
|
|
10
|
+
latest_specs.4.8
|
|
11
|
+
latest_specs.4.8.gz
|
|
8
12
|
lib/sds-activeresource.rb
|
|
9
13
|
lib/sds-rest.rb
|
|
10
14
|
lib/sds-rest/version.rb
|
|
15
|
+
quick/index
|
|
16
|
+
quick/index.rz
|
|
17
|
+
quick/latest_index
|
|
18
|
+
quick/latest_index.rz
|
|
11
19
|
script/console
|
|
12
20
|
script/destroy
|
|
13
21
|
script/generate
|
|
@@ -20,6 +28,8 @@ spec/entity_spec.rb
|
|
|
20
28
|
spec/sdsactiveresource_spec.rb
|
|
21
29
|
spec/sdsconnection_spec.rb
|
|
22
30
|
spec/spec_helper.rb
|
|
31
|
+
specs.4.8
|
|
32
|
+
specs.4.8.gz
|
|
23
33
|
tasks/deployment.rake
|
|
24
34
|
tasks/environment.rake
|
|
25
35
|
tasks/website.rake
|
|
@@ -28,3 +38,5 @@ website/index.txt
|
|
|
28
38
|
website/javascripts/rounded_corners_lite.inc.js
|
|
29
39
|
website/stylesheets/screen.css
|
|
30
40
|
website/template.html.erb
|
|
41
|
+
yaml
|
|
42
|
+
yaml.Z
|
data/Marshal.4.8
ADDED
|
Binary file
|
data/Marshal.4.8.Z
ADDED
|
Binary file
|
data/{README.rdoc → README.txt}
RENAMED
data/config/hoe.rb
CHANGED
|
@@ -2,7 +2,7 @@ require 'sds-rest/version'
|
|
|
2
2
|
|
|
3
3
|
AUTHOR = 'James Avery' # can also be an array of Authors
|
|
4
4
|
EMAIL = "javery@infozerk.com"
|
|
5
|
-
DESCRIPTION = "
|
|
5
|
+
DESCRIPTION = "A ruby library for accessing the SDS Rest interface"
|
|
6
6
|
GEM_NAME = 'sds-rest' # what ppl will type to install your gem
|
|
7
7
|
RUBYFORGE_PROJECT = 'sdsrest' # The unix name for your project
|
|
8
8
|
HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
|
data/latest_specs.4.8
ADDED
|
Binary file
|
data/latest_specs.4.8.gz
ADDED
|
Binary file
|
data/lib/sds-rest/version.rb
CHANGED
data/quick/index
ADDED
|
File without changes
|
data/quick/index.rz
ADDED
|
Binary file
|
data/quick/latest_index
ADDED
|
File without changes
|
|
Binary file
|
data/spec/spec_helper.rb
CHANGED
|
@@ -12,10 +12,10 @@ require 'shoulda'
|
|
|
12
12
|
|
|
13
13
|
# set your connection information for your SSDS account here.
|
|
14
14
|
# if you have not created an authority you can use the SSDS object to do so
|
|
15
|
-
ENV['username'] = '
|
|
16
|
-
ENV['password'] = "
|
|
15
|
+
ENV['username'] = 'username'
|
|
16
|
+
ENV['password'] = "password"
|
|
17
17
|
ENV['url'] = "data.beta.mssds.com"
|
|
18
|
-
ENV['authority'] = '
|
|
18
|
+
ENV['authority'] = 'authority'
|
|
19
19
|
|
|
20
20
|
def random(length=6)
|
|
21
21
|
chars = 'abcdefghjkmnpqrstuvwxyz'
|
data/specs.4.8
ADDED
|
Binary file
|
data/specs.4.8.gz
ADDED
|
Binary file
|
data/website/index.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h1>sds rest</h1>
|
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/sds-rest"; return false'>
|
|
35
35
|
<p>Get Version</p>
|
|
36
|
-
<a href="http://rubyforge.org/projects/sds-rest" class="numbers">0.1.
|
|
36
|
+
<a href="http://rubyforge.org/projects/sds-rest" class="numbers">0.1.5</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h1>&#x2192; ‘sds-rest’</h1>
|
|
39
39
|
<h2>What</h2>
|
data/yaml.Z
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sds-rest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Avery
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-10-
|
|
12
|
+
date: 2008-10-27 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: 1.8.0
|
|
24
24
|
version:
|
|
25
|
-
description:
|
|
25
|
+
description: A ruby library for accessing the SDS Rest interface
|
|
26
26
|
email:
|
|
27
27
|
- javery@infozerk.com
|
|
28
28
|
executables: []
|
|
@@ -33,18 +33,27 @@ extra_rdoc_files:
|
|
|
33
33
|
- History.txt
|
|
34
34
|
- Manifest.txt
|
|
35
35
|
- PostInstall.txt
|
|
36
|
+
- README.txt
|
|
36
37
|
- website/index.txt
|
|
37
38
|
files:
|
|
38
39
|
- History.txt
|
|
39
40
|
- Manifest.txt
|
|
41
|
+
- Marshal.4.8
|
|
42
|
+
- Marshal.4.8.Z
|
|
40
43
|
- PostInstall.txt
|
|
41
|
-
- README.
|
|
44
|
+
- README.txt
|
|
42
45
|
- Rakefile
|
|
43
46
|
- config/hoe.rb
|
|
44
47
|
- config/requirements.rb
|
|
48
|
+
- latest_specs.4.8
|
|
49
|
+
- latest_specs.4.8.gz
|
|
45
50
|
- lib/sds-activeresource.rb
|
|
46
51
|
- lib/sds-rest.rb
|
|
47
52
|
- lib/sds-rest/version.rb
|
|
53
|
+
- quick/index
|
|
54
|
+
- quick/index.rz
|
|
55
|
+
- quick/latest_index
|
|
56
|
+
- quick/latest_index.rz
|
|
48
57
|
- script/console
|
|
49
58
|
- script/destroy
|
|
50
59
|
- script/generate
|
|
@@ -57,6 +66,8 @@ files:
|
|
|
57
66
|
- spec/sdsactiveresource_spec.rb
|
|
58
67
|
- spec/sdsconnection_spec.rb
|
|
59
68
|
- spec/spec_helper.rb
|
|
69
|
+
- specs.4.8
|
|
70
|
+
- specs.4.8.gz
|
|
60
71
|
- tasks/deployment.rake
|
|
61
72
|
- tasks/environment.rake
|
|
62
73
|
- tasks/website.rake
|
|
@@ -65,6 +76,8 @@ files:
|
|
|
65
76
|
- website/javascripts/rounded_corners_lite.inc.js
|
|
66
77
|
- website/stylesheets/screen.css
|
|
67
78
|
- website/template.html.erb
|
|
79
|
+
- yaml
|
|
80
|
+
- yaml.Z
|
|
68
81
|
has_rdoc: true
|
|
69
82
|
homepage: http://sdsrest.rubyforge.org
|
|
70
83
|
post_install_message: |+
|
|
@@ -98,7 +111,7 @@ rubyforge_project: sdsrest
|
|
|
98
111
|
rubygems_version: 1.3.0
|
|
99
112
|
signing_key:
|
|
100
113
|
specification_version: 2
|
|
101
|
-
summary:
|
|
114
|
+
summary: A ruby library for accessing the SDS Rest interface
|
|
102
115
|
test_files:
|
|
103
116
|
- spec/authority_spec.rb
|
|
104
117
|
- spec/blob_spec.rb
|