ruby-fs-stack 0.5.0 → 0.5.1
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/VERSION +1 -1
- data/lib/ruby-fs-stack/assets/entrust-ca.crt +3500 -95
- data/ruby-fs-stack.gemspec +6 -5
- metadata +13 -24
data/ruby-fs-stack.gemspec
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ruby-fs-stack}
|
|
8
|
-
s.version = "0.5.
|
|
8
|
+
s.version = "0.5.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jimmy Zimmerman"]
|
|
12
|
-
s.date = %q{2010-05-
|
|
12
|
+
s.date = %q{2010-05-17}
|
|
13
13
|
s.description = %q{A library that enables you to read and update information with the new.familysearch.org API.}
|
|
14
14
|
s.email = %q{jimmy.zimmerman@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -92,7 +92,7 @@ Gem::Specification.new do |s|
|
|
|
92
92
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
93
93
|
s.require_paths = ["lib"]
|
|
94
94
|
s.requirements = ["This gem requires a json gem (json, json_pure, or json-jruby)."]
|
|
95
|
-
s.rubygems_version = %q{1.3.
|
|
95
|
+
s.rubygems_version = %q{1.3.5}
|
|
96
96
|
s.summary = %q{Ruby wrapper for all FamilySearch APIs.}
|
|
97
97
|
s.test_files = [
|
|
98
98
|
"spec/ruby-fs-stack/familytree/communicator_spec.rb",
|
|
@@ -128,3 +128,4 @@ Gem::Specification.new do |s|
|
|
|
128
128
|
s.add_dependency(%q<fakeweb>, [">= 0"])
|
|
129
129
|
end
|
|
130
130
|
end
|
|
131
|
+
|
metadata
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-fs-stack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
segments:
|
|
6
|
-
- 0
|
|
7
|
-
- 5
|
|
8
|
-
- 0
|
|
9
|
-
version: 0.5.0
|
|
4
|
+
version: 0.5.1
|
|
10
5
|
platform: ruby
|
|
11
6
|
authors:
|
|
12
7
|
- Jimmy Zimmerman
|
|
@@ -14,33 +9,29 @@ autorequire:
|
|
|
14
9
|
bindir: bin
|
|
15
10
|
cert_chain: []
|
|
16
11
|
|
|
17
|
-
date: 2010-05-
|
|
12
|
+
date: 2010-05-17 00:00:00 -06:00
|
|
18
13
|
default_executable:
|
|
19
14
|
dependencies:
|
|
20
15
|
- !ruby/object:Gem::Dependency
|
|
21
16
|
name: rspec
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
type: :development
|
|
18
|
+
version_requirement:
|
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
24
20
|
requirements:
|
|
25
21
|
- - ">="
|
|
26
22
|
- !ruby/object:Gem::Version
|
|
27
|
-
segments:
|
|
28
|
-
- 0
|
|
29
23
|
version: "0"
|
|
30
|
-
|
|
31
|
-
version_requirements: *id001
|
|
24
|
+
version:
|
|
32
25
|
- !ruby/object:Gem::Dependency
|
|
33
26
|
name: fakeweb
|
|
34
|
-
|
|
35
|
-
|
|
27
|
+
type: :development
|
|
28
|
+
version_requirement:
|
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
36
30
|
requirements:
|
|
37
31
|
- - ">="
|
|
38
32
|
- !ruby/object:Gem::Version
|
|
39
|
-
segments:
|
|
40
|
-
- 0
|
|
41
33
|
version: "0"
|
|
42
|
-
|
|
43
|
-
version_requirements: *id002
|
|
34
|
+
version:
|
|
44
35
|
description: A library that enables you to read and update information with the new.familysearch.org API.
|
|
45
36
|
email: jimmy.zimmerman@gmail.com
|
|
46
37
|
executables: []
|
|
@@ -134,20 +125,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
134
125
|
requirements:
|
|
135
126
|
- - ">="
|
|
136
127
|
- !ruby/object:Gem::Version
|
|
137
|
-
segments:
|
|
138
|
-
- 0
|
|
139
128
|
version: "0"
|
|
129
|
+
version:
|
|
140
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
131
|
requirements:
|
|
142
132
|
- - ">="
|
|
143
133
|
- !ruby/object:Gem::Version
|
|
144
|
-
segments:
|
|
145
|
-
- 0
|
|
146
134
|
version: "0"
|
|
135
|
+
version:
|
|
147
136
|
requirements:
|
|
148
137
|
- This gem requires a json gem (json, json_pure, or json-jruby).
|
|
149
138
|
rubyforge_project:
|
|
150
|
-
rubygems_version: 1.3.
|
|
139
|
+
rubygems_version: 1.3.5
|
|
151
140
|
signing_key:
|
|
152
141
|
specification_version: 3
|
|
153
142
|
summary: Ruby wrapper for all FamilySearch APIs.
|