resource_inclusion 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem "rails", "~> 3.0.1"
3
+ gem "rails", ">= 3.0.1"
4
4
 
5
5
  group :development, :test do
6
6
  gem 'sqlite3-ruby', :require => 'sqlite3'
data/Gemfile.lock CHANGED
@@ -1,95 +1,111 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- abstract (1.0.0)
5
- actionmailer (3.0.3)
6
- actionpack (= 3.0.3)
7
- mail (~> 2.2.9)
8
- actionpack (3.0.3)
9
- activemodel (= 3.0.3)
10
- activesupport (= 3.0.3)
11
- builder (~> 2.1.2)
12
- erubis (~> 2.6.6)
13
- i18n (~> 0.4)
14
- rack (~> 1.2.1)
15
- rack-mount (~> 0.6.13)
16
- rack-test (~> 0.5.6)
17
- tzinfo (~> 0.3.23)
18
- activemodel (3.0.3)
19
- activesupport (= 3.0.3)
20
- builder (~> 2.1.2)
21
- i18n (~> 0.4)
22
- activerecord (3.0.3)
23
- activemodel (= 3.0.3)
24
- activesupport (= 3.0.3)
25
- arel (~> 2.0.2)
26
- tzinfo (~> 0.3.23)
27
- activeresource (3.0.3)
28
- activemodel (= 3.0.3)
29
- activesupport (= 3.0.3)
30
- activesupport (3.0.3)
31
- arel (2.0.6)
32
- builder (2.1.2)
33
- diff-lcs (1.1.2)
34
- erubis (2.6.6)
35
- abstract (>= 1.0.0)
4
+ actionmailer (3.2.3)
5
+ actionpack (= 3.2.3)
6
+ mail (~> 2.4.4)
7
+ actionpack (3.2.3)
8
+ activemodel (= 3.2.3)
9
+ activesupport (= 3.2.3)
10
+ builder (~> 3.0.0)
11
+ erubis (~> 2.7.0)
12
+ journey (~> 1.0.1)
13
+ rack (~> 1.4.0)
14
+ rack-cache (~> 1.2)
15
+ rack-test (~> 0.6.1)
16
+ sprockets (~> 2.1.2)
17
+ activemodel (3.2.3)
18
+ activesupport (= 3.2.3)
19
+ builder (~> 3.0.0)
20
+ activerecord (3.2.3)
21
+ activemodel (= 3.2.3)
22
+ activesupport (= 3.2.3)
23
+ arel (~> 3.0.2)
24
+ tzinfo (~> 0.3.29)
25
+ activeresource (3.2.3)
26
+ activemodel (= 3.2.3)
27
+ activesupport (= 3.2.3)
28
+ activesupport (3.2.3)
29
+ i18n (~> 0.6)
30
+ multi_json (~> 1.0)
31
+ arel (3.0.2)
32
+ builder (3.0.0)
33
+ diff-lcs (1.1.3)
34
+ erubis (2.7.0)
36
35
  git (1.2.5)
37
- i18n (0.5.0)
38
- jeweler (1.5.2)
39
- bundler (~> 1.0.0)
36
+ hike (1.2.1)
37
+ i18n (0.6.0)
38
+ jeweler (1.8.3)
39
+ bundler (~> 1.0)
40
40
  git (>= 1.2.5)
41
41
  rake
42
- mail (2.2.14)
43
- activesupport (>= 2.3.6)
42
+ rdoc
43
+ journey (1.0.3)
44
+ json (1.7.0)
45
+ mail (2.4.4)
44
46
  i18n (>= 0.4.0)
45
47
  mime-types (~> 1.16)
46
48
  treetop (~> 1.4.8)
47
- mime-types (1.16)
48
- polyglot (0.3.1)
49
- rack (1.2.1)
50
- rack-mount (0.6.13)
51
- rack (>= 1.0.0)
52
- rack-test (0.5.7)
49
+ mime-types (1.18)
50
+ multi_json (1.3.4)
51
+ polyglot (0.3.3)
52
+ rack (1.4.1)
53
+ rack-cache (1.2)
54
+ rack (>= 0.4)
55
+ rack-ssl (1.3.2)
56
+ rack
57
+ rack-test (0.6.1)
53
58
  rack (>= 1.0)
54
- rails (3.0.3)
55
- actionmailer (= 3.0.3)
56
- actionpack (= 3.0.3)
57
- activerecord (= 3.0.3)
58
- activeresource (= 3.0.3)
59
- activesupport (= 3.0.3)
59
+ rails (3.2.3)
60
+ actionmailer (= 3.2.3)
61
+ actionpack (= 3.2.3)
62
+ activerecord (= 3.2.3)
63
+ activeresource (= 3.2.3)
64
+ activesupport (= 3.2.3)
60
65
  bundler (~> 1.0)
61
- railties (= 3.0.3)
62
- railties (3.0.3)
63
- actionpack (= 3.0.3)
64
- activesupport (= 3.0.3)
66
+ railties (= 3.2.3)
67
+ railties (3.2.3)
68
+ actionpack (= 3.2.3)
69
+ activesupport (= 3.2.3)
70
+ rack-ssl (~> 1.3.2)
65
71
  rake (>= 0.8.7)
66
- thor (~> 0.14.4)
67
- rake (0.8.7)
68
- rspec (2.3.0)
69
- rspec-core (~> 2.3.0)
70
- rspec-expectations (~> 2.3.0)
71
- rspec-mocks (~> 2.3.0)
72
- rspec-core (2.3.0)
73
- rspec-expectations (2.3.0)
74
- diff-lcs (~> 1.1.2)
75
- rspec-mocks (2.3.0)
76
- rspec-rails (2.3.0)
77
- actionpack (~> 3.0)
78
- activesupport (~> 3.0)
79
- railties (~> 3.0)
80
- rspec (~> 2.3.0)
81
- sqlite3-ruby (1.3.2)
72
+ rdoc (~> 3.4)
73
+ thor (~> 0.14.6)
74
+ rake (0.9.2.2)
75
+ rdoc (3.12)
76
+ json (~> 1.4)
77
+ rspec (2.9.0)
78
+ rspec-core (~> 2.9.0)
79
+ rspec-expectations (~> 2.9.0)
80
+ rspec-mocks (~> 2.9.0)
81
+ rspec-core (2.9.0)
82
+ rspec-expectations (2.9.1)
83
+ diff-lcs (~> 1.1.3)
84
+ rspec-mocks (2.9.0)
85
+ rspec-rails (2.9.0)
86
+ actionpack (>= 3.0)
87
+ activesupport (>= 3.0)
88
+ railties (>= 3.0)
89
+ rspec (~> 2.9.0)
90
+ sprockets (2.1.3)
91
+ hike (~> 1.2)
92
+ rack (~> 1.0)
93
+ tilt (~> 1.1, != 1.3.0)
94
+ sqlite3 (1.3.6)
95
+ sqlite3-ruby (1.3.3)
96
+ sqlite3 (>= 1.3.3)
82
97
  thor (0.14.6)
83
- treetop (1.4.9)
98
+ tilt (1.3.3)
99
+ treetop (1.4.10)
100
+ polyglot
84
101
  polyglot (>= 0.3.1)
85
- tzinfo (0.3.23)
102
+ tzinfo (0.3.33)
86
103
 
87
104
  PLATFORMS
88
- java
89
105
  ruby
90
106
 
91
107
  DEPENDENCIES
92
108
  jeweler
93
- rails (~> 3.0.1)
109
+ rails (>= 3.0.1)
94
110
  rspec-rails
95
111
  sqlite3-ruby
@@ -1,3 +1,3 @@
1
1
  module ResourceInclusion
2
- VERSION = '0.0.1'.freeze
2
+ VERSION = '0.0.2'.freeze
3
3
  end
@@ -4,14 +4,14 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{resource_inclusion}
8
- s.version = "0.0.1"
7
+ s.name = "resource_inclusion"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["John-Mason P. Shackelford"]
12
- s.date = %q{2011-01-11}
13
- s.description = %q{Resource Inclusion allows one to specify once per controller associated resources to be included when a resource is serialized.}
14
- s.email = %q{jpshack@gmail.com}
12
+ s.date = "2012-05-03"
13
+ s.description = "Resource Inclusion allows one to specify once per controller associated resources to be included when a resource is serialized."
14
+ s.email = "jpshack@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "README.rdoc"
17
17
  ]
@@ -52,43 +52,27 @@ Gem::Specification.new do |s|
52
52
  "test/app/spec/spec_helper.rb",
53
53
  "test/app/spec/support/xpath_matcher.rb"
54
54
  ]
55
- s.homepage = %q{http://github.com/jpshackelford/resource_inclusion}
55
+ s.homepage = "http://github.com/jpshackelford/resource_inclusion"
56
56
  s.require_paths = ["lib"]
57
- s.rubygems_version = %q{1.3.7}
58
- s.summary = %q{A handy macro for including associated models in your REST APIs.}
59
- s.test_files = [
60
- "test/app/app/controllers/application_controller.rb",
61
- "test/app/app/controllers/comments_controller.rb",
62
- "test/app/app/models/comment.rb",
63
- "test/app/app/models/user.rb",
64
- "test/app/config/application.rb",
65
- "test/app/config/boot.rb",
66
- "test/app/config/environment.rb",
67
- "test/app/config/environments/test.rb",
68
- "test/app/config/routes.rb",
69
- "test/app/db/migrate/20110111090943_initial_test.rb",
70
- "test/app/spec/controllers/comments_controller_spec.rb",
71
- "test/app/spec/spec_helper.rb",
72
- "test/app/spec/support/xpath_matcher.rb"
73
- ]
57
+ s.rubygems_version = "1.8.10"
58
+ s.summary = "A handy macro for including associated models in your REST APIs."
74
59
 
75
60
  if s.respond_to? :specification_version then
76
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
77
61
  s.specification_version = 3
78
62
 
79
63
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
80
- s.add_runtime_dependency(%q<rails>, ["~> 3.0.1"])
64
+ s.add_runtime_dependency(%q<rails>, [">= 3.0.1"])
81
65
  s.add_development_dependency(%q<sqlite3-ruby>, [">= 0"])
82
66
  s.add_development_dependency(%q<rspec-rails>, [">= 0"])
83
67
  s.add_development_dependency(%q<jeweler>, [">= 0"])
84
68
  else
85
- s.add_dependency(%q<rails>, ["~> 3.0.1"])
69
+ s.add_dependency(%q<rails>, [">= 3.0.1"])
86
70
  s.add_dependency(%q<sqlite3-ruby>, [">= 0"])
87
71
  s.add_dependency(%q<rspec-rails>, [">= 0"])
88
72
  s.add_dependency(%q<jeweler>, [">= 0"])
89
73
  end
90
74
  else
91
- s.add_dependency(%q<rails>, ["~> 3.0.1"])
75
+ s.add_dependency(%q<rails>, [">= 3.0.1"])
92
76
  s.add_dependency(%q<sqlite3-ruby>, [">= 0"])
93
77
  s.add_dependency(%q<rspec-rails>, [">= 0"])
94
78
  s.add_dependency(%q<jeweler>, [">= 0"])
data/test/app/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'rails', '~> 3.0.1'
3
+ gem 'rails', '>= 3.0.1'
4
4
  gem 'sqlite3-ruby', :require => 'sqlite3'
5
5
 
6
6
  group :development, :test do
@@ -1,88 +1,104 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- abstract (1.0.0)
5
- actionmailer (3.0.3)
6
- actionpack (= 3.0.3)
7
- mail (~> 2.2.9)
8
- actionpack (3.0.3)
9
- activemodel (= 3.0.3)
10
- activesupport (= 3.0.3)
11
- builder (~> 2.1.2)
12
- erubis (~> 2.6.6)
13
- i18n (~> 0.4)
14
- rack (~> 1.2.1)
15
- rack-mount (~> 0.6.13)
16
- rack-test (~> 0.5.6)
17
- tzinfo (~> 0.3.23)
18
- activemodel (3.0.3)
19
- activesupport (= 3.0.3)
20
- builder (~> 2.1.2)
21
- i18n (~> 0.4)
22
- activerecord (3.0.3)
23
- activemodel (= 3.0.3)
24
- activesupport (= 3.0.3)
25
- arel (~> 2.0.2)
26
- tzinfo (~> 0.3.23)
27
- activeresource (3.0.3)
28
- activemodel (= 3.0.3)
29
- activesupport (= 3.0.3)
30
- activesupport (3.0.3)
31
- arel (2.0.6)
32
- builder (2.1.2)
33
- diff-lcs (1.1.2)
34
- erubis (2.6.6)
35
- abstract (>= 1.0.0)
36
- i18n (0.5.0)
37
- mail (2.2.14)
38
- activesupport (>= 2.3.6)
4
+ actionmailer (3.2.3)
5
+ actionpack (= 3.2.3)
6
+ mail (~> 2.4.4)
7
+ actionpack (3.2.3)
8
+ activemodel (= 3.2.3)
9
+ activesupport (= 3.2.3)
10
+ builder (~> 3.0.0)
11
+ erubis (~> 2.7.0)
12
+ journey (~> 1.0.1)
13
+ rack (~> 1.4.0)
14
+ rack-cache (~> 1.2)
15
+ rack-test (~> 0.6.1)
16
+ sprockets (~> 2.1.2)
17
+ activemodel (3.2.3)
18
+ activesupport (= 3.2.3)
19
+ builder (~> 3.0.0)
20
+ activerecord (3.2.3)
21
+ activemodel (= 3.2.3)
22
+ activesupport (= 3.2.3)
23
+ arel (~> 3.0.2)
24
+ tzinfo (~> 0.3.29)
25
+ activeresource (3.2.3)
26
+ activemodel (= 3.2.3)
27
+ activesupport (= 3.2.3)
28
+ activesupport (3.2.3)
29
+ i18n (~> 0.6)
30
+ multi_json (~> 1.0)
31
+ arel (3.0.2)
32
+ builder (3.0.0)
33
+ diff-lcs (1.1.3)
34
+ erubis (2.7.0)
35
+ hike (1.2.1)
36
+ i18n (0.6.0)
37
+ journey (1.0.3)
38
+ json (1.7.0)
39
+ mail (2.4.4)
39
40
  i18n (>= 0.4.0)
40
41
  mime-types (~> 1.16)
41
42
  treetop (~> 1.4.8)
42
- mime-types (1.16)
43
- polyglot (0.3.1)
44
- rack (1.2.1)
45
- rack-mount (0.6.13)
46
- rack (>= 1.0.0)
47
- rack-test (0.5.7)
43
+ mime-types (1.18)
44
+ multi_json (1.3.4)
45
+ polyglot (0.3.3)
46
+ rack (1.4.1)
47
+ rack-cache (1.2)
48
+ rack (>= 0.4)
49
+ rack-ssl (1.3.2)
50
+ rack
51
+ rack-test (0.6.1)
48
52
  rack (>= 1.0)
49
- rails (3.0.3)
50
- actionmailer (= 3.0.3)
51
- actionpack (= 3.0.3)
52
- activerecord (= 3.0.3)
53
- activeresource (= 3.0.3)
54
- activesupport (= 3.0.3)
53
+ rails (3.2.3)
54
+ actionmailer (= 3.2.3)
55
+ actionpack (= 3.2.3)
56
+ activerecord (= 3.2.3)
57
+ activeresource (= 3.2.3)
58
+ activesupport (= 3.2.3)
55
59
  bundler (~> 1.0)
56
- railties (= 3.0.3)
57
- railties (3.0.3)
58
- actionpack (= 3.0.3)
59
- activesupport (= 3.0.3)
60
+ railties (= 3.2.3)
61
+ railties (3.2.3)
62
+ actionpack (= 3.2.3)
63
+ activesupport (= 3.2.3)
64
+ rack-ssl (~> 1.3.2)
60
65
  rake (>= 0.8.7)
61
- thor (~> 0.14.4)
62
- rake (0.8.7)
63
- rspec (2.3.0)
64
- rspec-core (~> 2.3.0)
65
- rspec-expectations (~> 2.3.0)
66
- rspec-mocks (~> 2.3.0)
67
- rspec-core (2.3.0)
68
- rspec-expectations (2.3.0)
69
- diff-lcs (~> 1.1.2)
70
- rspec-mocks (2.3.0)
71
- rspec-rails (2.3.0)
72
- actionpack (~> 3.0)
73
- activesupport (~> 3.0)
74
- railties (~> 3.0)
75
- rspec (~> 2.3.0)
76
- sqlite3-ruby (1.3.2)
66
+ rdoc (~> 3.4)
67
+ thor (~> 0.14.6)
68
+ rake (0.9.2.2)
69
+ rdoc (3.12)
70
+ json (~> 1.4)
71
+ rspec (2.9.0)
72
+ rspec-core (~> 2.9.0)
73
+ rspec-expectations (~> 2.9.0)
74
+ rspec-mocks (~> 2.9.0)
75
+ rspec-core (2.9.0)
76
+ rspec-expectations (2.9.1)
77
+ diff-lcs (~> 1.1.3)
78
+ rspec-mocks (2.9.0)
79
+ rspec-rails (2.9.0)
80
+ actionpack (>= 3.0)
81
+ activesupport (>= 3.0)
82
+ railties (>= 3.0)
83
+ rspec (~> 2.9.0)
84
+ sprockets (2.1.3)
85
+ hike (~> 1.2)
86
+ rack (~> 1.0)
87
+ tilt (~> 1.1, != 1.3.0)
88
+ sqlite3 (1.3.6)
89
+ sqlite3-ruby (1.3.3)
90
+ sqlite3 (>= 1.3.3)
77
91
  thor (0.14.6)
78
- treetop (1.4.9)
92
+ tilt (1.3.3)
93
+ treetop (1.4.10)
94
+ polyglot
79
95
  polyglot (>= 0.3.1)
80
- tzinfo (0.3.23)
96
+ tzinfo (0.3.33)
81
97
 
82
98
  PLATFORMS
83
99
  ruby
84
100
 
85
101
  DEPENDENCIES
86
- rails (~> 3.0.1)
102
+ rails (>= 3.0.1)
87
103
  rspec-rails
88
104
  sqlite3-ruby
Binary file
Binary file
@@ -1,288 +1,35 @@
1
- SQL (0.4ms)  SELECT name
2
- FROM sqlite_master
3
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
4
- 
5
- SQL (0.1ms) SELECT name
6
- FROM sqlite_master
7
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
8
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
9
- SQL (0.1ms) select sqlite_version(*)
10
- SQL (0.2ms)  SELECT name
11
- FROM sqlite_master
12
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
13
- 
14
- SQL (3.2ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer)
15
- SQL (0.1ms)  SELECT name
16
- FROM sqlite_master
17
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
18
- 
19
- SQL (1.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
20
- SQL (0.1ms)  SELECT name
21
- FROM sqlite_master
22
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
23
- 
24
- SQL (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
25
- SQL (0.0ms) PRAGMA index_list("schema_migrations")
26
- SQL (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
27
- SQL (0.1ms)  SELECT name
28
- FROM sqlite_master
29
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
30
- 
31
- SQL (0.1ms) SELECT version FROM "schema_migrations"
32
- SQL (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
33
- SQL (0.4ms)  SELECT name
34
- FROM sqlite_master
35
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
36
- 
37
- SQL (0.1ms) SELECT name
38
- FROM sqlite_master
39
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
40
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
41
- SQL (0.1ms) select sqlite_version(*)
42
- SQL (0.2ms)  SELECT name
43
- FROM sqlite_master
44
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
45
- 
46
- SQL (3.0ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer)
47
- SQL (0.1ms)  SELECT name
48
- FROM sqlite_master
49
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
50
- 
51
- SQL (1.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
52
- SQL (0.1ms)  SELECT name
53
- FROM sqlite_master
54
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
55
- 
56
- SQL (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
57
- SQL (0.1ms) PRAGMA index_list("schema_migrations")
58
- SQL (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
59
- SQL (0.2ms)  SELECT name
60
- FROM sqlite_master
61
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
62
- 
63
- SQL (0.1ms) SELECT version FROM "schema_migrations"
64
- SQL (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
65
- SQL (0.4ms)  SELECT name
66
- FROM sqlite_master
67
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
68
- 
69
- SQL (0.1ms) SELECT name
70
- FROM sqlite_master
71
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
72
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
73
- SQL (0.1ms) select sqlite_version(*)
74
- SQL (0.2ms)  SELECT name
75
- FROM sqlite_master
76
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
77
- 
78
- SQL (3.0ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer)
79
- SQL (0.1ms)  SELECT name
80
- FROM sqlite_master
81
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
82
- 
83
- SQL (1.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
84
- SQL (0.1ms)  SELECT name
85
- FROM sqlite_master
86
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
87
- 
88
- SQL (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
89
- SQL (0.1ms) PRAGMA index_list("schema_migrations")
90
- SQL (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
91
- SQL (0.2ms)  SELECT name
92
- FROM sqlite_master
93
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
94
- 
95
- SQL (0.1ms) SELECT version FROM "schema_migrations"
96
- SQL (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
97
- SQL (0.4ms)  SELECT name
98
- FROM sqlite_master
99
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
100
- 
101
- SQL (0.1ms) SELECT name
102
- FROM sqlite_master
103
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
104
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
105
- SQL (0.1ms) select sqlite_version(*)
106
- SQL (0.2ms)  SELECT name
107
- FROM sqlite_master
108
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
109
- 
110
- SQL (4.0ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer)
111
- SQL (0.2ms)  SELECT name
112
- FROM sqlite_master
113
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
114
- 
115
- SQL (2.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
116
- SQL (0.1ms)  SELECT name
117
- FROM sqlite_master
118
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
119
- 
120
- SQL (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
121
- SQL (0.0ms) PRAGMA index_list("schema_migrations")
122
- SQL (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
123
- SQL (0.1ms)  SELECT name
124
- FROM sqlite_master
125
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
126
- 
127
- SQL (0.1ms) SELECT version FROM "schema_migrations"
128
- SQL (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
129
- SQL (0.5ms)  SELECT name
130
- FROM sqlite_master
131
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
132
- 
133
- SQL (0.1ms) SELECT name
134
- FROM sqlite_master
135
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
136
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
137
- SQL (0.1ms) select sqlite_version(*)
138
- SQL (0.2ms)  SELECT name
139
- FROM sqlite_master
140
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
141
- 
142
- SQL (3.3ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer)
143
- SQL (0.1ms)  SELECT name
144
- FROM sqlite_master
145
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
146
- 
147
- SQL (1.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
148
- SQL (0.1ms)  SELECT name
149
- FROM sqlite_master
150
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
151
- 
152
- SQL (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
153
- SQL (0.1ms) PRAGMA index_list("schema_migrations")
154
- SQL (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
155
- SQL (0.2ms)  SELECT name
156
- FROM sqlite_master
157
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
158
- 
159
- SQL (0.1ms) SELECT version FROM "schema_migrations"
160
- SQL (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
161
- SQL (0.5ms)  SELECT name
162
- FROM sqlite_master
163
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
164
- 
165
- SQL (0.1ms) SELECT name
166
- FROM sqlite_master
167
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
168
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
169
- SQL (0.1ms) select sqlite_version(*)
170
- SQL (0.2ms)  SELECT name
171
- FROM sqlite_master
172
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
173
- 
174
- SQL (3.1ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer)
175
- SQL (0.1ms)  SELECT name
176
- FROM sqlite_master
177
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
178
- 
179
- SQL (1.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
180
- SQL (0.1ms)  SELECT name
181
- FROM sqlite_master
182
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
183
- 
184
- SQL (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
185
- SQL (0.0ms) PRAGMA index_list("schema_migrations")
186
- SQL (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
187
- SQL (0.2ms)  SELECT name
188
- FROM sqlite_master
189
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
190
- 
191
- SQL (0.1ms) SELECT version FROM "schema_migrations"
192
- SQL (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
193
- SQL (0.4ms)  SELECT name
194
- FROM sqlite_master
195
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
196
- 
197
- SQL (0.1ms) SELECT name
198
- FROM sqlite_master
199
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
200
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
201
- SQL (0.1ms) select sqlite_version(*)
202
- SQL (0.1ms)  SELECT name
203
- FROM sqlite_master
204
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
205
- 
206
- SQL (3.1ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer)
207
- SQL (0.1ms)  SELECT name
208
- FROM sqlite_master
209
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
210
- 
211
- SQL (1.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
212
- SQL (0.1ms)  SELECT name
213
- FROM sqlite_master
214
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
215
- 
216
- SQL (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
217
- SQL (0.1ms) PRAGMA index_list("schema_migrations")
218
- SQL (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
219
- SQL (0.2ms)  SELECT name
220
- FROM sqlite_master
221
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
222
- 
223
- SQL (0.1ms) SELECT version FROM "schema_migrations"
224
- SQL (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
225
- SQL (0.4ms)  SELECT name
226
- FROM sqlite_master
227
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
228
- 
229
- SQL (0.1ms) SELECT name
230
- FROM sqlite_master
231
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
232
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
233
- SQL (0.1ms) select sqlite_version(*)
234
- SQL (0.2ms)  SELECT name
235
- FROM sqlite_master
236
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
237
- 
238
- SQL (3.2ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer)
239
- SQL (0.2ms)  SELECT name
240
- FROM sqlite_master
241
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
242
- 
243
- SQL (1.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
244
- SQL (0.1ms)  SELECT name
245
- FROM sqlite_master
246
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
247
- 
248
- SQL (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
249
- SQL (0.0ms) PRAGMA index_list("schema_migrations")
250
- SQL (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
251
- SQL (0.1ms)  SELECT name
252
- FROM sqlite_master
253
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
254
- 
255
- SQL (0.1ms) SELECT version FROM "schema_migrations"
256
- SQL (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
257
- SQL (0.4ms)  SELECT name
258
- FROM sqlite_master
259
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
260
- 
261
- SQL (0.1ms) SELECT name
262
- FROM sqlite_master
263
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
264
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
265
- SQL (0.1ms) select sqlite_version(*)
266
- SQL (0.2ms)  SELECT name
267
- FROM sqlite_master
268
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
269
- 
270
- SQL (4.0ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer)
271
- SQL (0.1ms)  SELECT name
272
- FROM sqlite_master
273
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
274
- 
275
- SQL (1.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
276
- SQL (0.1ms)  SELECT name
277
- FROM sqlite_master
278
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
279
- 
280
- SQL (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
281
- SQL (0.1ms) PRAGMA index_list("schema_migrations")
282
- SQL (3.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
283
- SQL (0.4ms)  SELECT name
284
- FROM sqlite_master
285
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
286
- 
287
- SQL (0.2ms) SELECT version FROM "schema_migrations"
288
- SQL (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
1
+  (0.1ms) select sqlite_version(*)
2
+  (21.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3
+  (0.1ms) PRAGMA index_list("schema_migrations")
4
+  (12.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
6
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
7
+ Migrating to InitialTest (20110111090943)
8
+  (0.0ms) select sqlite_version(*)
9
+  (0.0ms) begin transaction
10
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
11
+  (0.2ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer) 
12
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110111090943')
13
+  (15.1ms) commit transaction
14
+  (0.2ms) select sqlite_version(*)
15
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
16
+  (0.0ms) PRAGMA index_list("comments")
17
+  (0.0ms) PRAGMA index_list("users")
18
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19
+  (0.2ms) select sqlite_version(*)
20
+  (16.6ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer) 
21
+  (10.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
22
+  (10.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
23
+  (0.0ms) PRAGMA index_list("schema_migrations")
24
+  (11.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25
+  (0.1ms) SELECT version FROM "schema_migrations"
26
+  (10.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
27
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
28
+  (0.2ms) select sqlite_version(*)
29
+  (15.2ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "user_id" integer) 
30
+  (9.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login_id" varchar(255), "display_name" varchar(255), "email" varchar(255))
31
+  (10.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
32
+  (0.0ms) PRAGMA index_list("schema_migrations")
33
+  (9.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34
+  (0.1ms) SELECT version FROM "schema_migrations"
35
+  (9.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20110111090943')
@@ -1,90 +1,36 @@
1
- Processing by CommentsController#index as XML
2
- Completed 200 OK in 23ms (Views: 17.6ms | ActiveRecord: 0.0ms)
3
- Processing by CommentsController#index as JSON
4
- Completed 200 OK in 59ms (Views: 55.8ms | ActiveRecord: 0.0ms)
5
- Processing by CommentsController#show as XML
6
- Parameters: {"id"=>"1"}
7
- Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
8
- Processing by CommentsController#show as JSON
9
- Parameters: {"id"=>"1"}
10
- Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
11
- Processing by CommentsController#index as XML
12
- Completed 200 OK in 22ms (Views: 17.4ms | ActiveRecord: 0.0ms)
13
- Processing by CommentsController#index as JSON
14
- Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
15
- Processing by CommentsController#show as XML
16
- Parameters: {"id"=>"1"}
17
- Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
18
- Processing by CommentsController#show as JSON
19
- Parameters: {"id"=>"1"}
20
- Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
21
- Processing by CommentsController#index as XML
22
- Completed 200 OK in 22ms (Views: 17.4ms | ActiveRecord: 0.0ms)
23
- Processing by CommentsController#index as JSON
24
- Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
25
- Processing by CommentsController#show as XML
26
- Parameters: {"id"=>"1"}
27
- Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
28
- Processing by CommentsController#show as JSON
29
- Parameters: {"id"=>"1"}
30
- Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
31
- Processing by CommentsController#index as XML
32
- Completed 200 OK in 22ms (Views: 17.5ms | ActiveRecord: 0.0ms)
33
- Processing by CommentsController#index as JSON
34
- Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
35
- Processing by CommentsController#show as XML
36
- Parameters: {"id"=>"1"}
37
- Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
38
- Processing by CommentsController#show as JSON
39
- Parameters: {"id"=>"1"}
40
- Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41
- Processing by CommentsController#index as XML
42
- Completed 200 OK in 22ms (Views: 17.2ms | ActiveRecord: 0.0ms)
43
- Processing by CommentsController#index as JSON
44
- Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
45
- Processing by CommentsController#show as XML
46
- Parameters: {"id"=>"1"}
47
- Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
48
- Processing by CommentsController#show as JSON
49
- Parameters: {"id"=>"1"}
1
+  (0.3ms) begin transaction
2
+ Processing by CommentsController#index as XML
3
+ Completed 200 OK in 95ms (Views: 16.4ms | ActiveRecord: 0.0ms)
4
+  (0.1ms) rollback transaction
5
+  (0.0ms) begin transaction
6
+ Processing by CommentsController#index as JSON
50
7
  Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
51
- Processing by CommentsController#index as XML
52
- Completed 200 OK in 21ms (Views: 15.8ms | ActiveRecord: 0.0ms)
53
- Processing by CommentsController#index as JSON
54
- Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
55
- Processing by CommentsController#show as XML
56
- Parameters: {"id"=>"1"}
57
- Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
58
- Processing by CommentsController#show as JSON
59
- Parameters: {"id"=>"1"}
60
- Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
61
- Processing by CommentsController#index as XML
62
- Completed 200 OK in 21ms (Views: 16.0ms | ActiveRecord: 0.0ms)
63
- Processing by CommentsController#index as JSON
64
- Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
65
- Processing by CommentsController#show as XML
66
- Parameters: {"id"=>"1"}
67
- Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
68
- Processing by CommentsController#show as JSON
69
- Parameters: {"id"=>"1"}
70
- Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
71
- Processing by CommentsController#index as XML
72
- Completed 200 OK in 21ms (Views: 16.3ms | ActiveRecord: 0.0ms)
73
- Processing by CommentsController#index as JSON
74
- Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
75
- Processing by CommentsController#show as XML
76
- Parameters: {"id"=>"1"}
77
- Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
78
- Processing by CommentsController#show as JSON
79
- Parameters: {"id"=>"1"}
80
- Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
81
- Processing by CommentsController#index as XML
82
- Completed 200 OK in 21ms (Views: 15.9ms | ActiveRecord: 0.0ms)
83
- Processing by CommentsController#index as JSON
84
- Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
85
- Processing by CommentsController#show as XML
86
- Parameters: {"id"=>"1"}
87
- Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
88
- Processing by CommentsController#show as JSON
89
- Parameters: {"id"=>"1"}
90
- Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
8
+  (0.0ms) rollback transaction
9
+  (0.0ms) begin transaction
10
+ Processing by CommentsController#show as XML
11
+ Parameters: {"id"=>"1"}
12
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
13
+  (0.0ms) rollback transaction
14
+  (0.0ms) begin transaction
15
+ Processing by CommentsController#show as JSON
16
+ Parameters: {"id"=>"1"}
17
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18
+  (0.0ms) rollback transaction
19
+  (0.3ms) begin transaction
20
+ Processing by CommentsController#index as XML
21
+ Completed 200 OK in 96ms (Views: 19.1ms | ActiveRecord: 0.0ms)
22
+  (0.1ms) rollback transaction
23
+  (0.0ms) begin transaction
24
+ Processing by CommentsController#index as JSON
25
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
26
+  (0.0ms) rollback transaction
27
+  (0.0ms) begin transaction
28
+ Processing by CommentsController#show as XML
29
+ Parameters: {"id"=>"1"}
30
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
31
+  (0.0ms) rollback transaction
32
+  (0.0ms) begin transaction
33
+ Processing by CommentsController#show as JSON
34
+ Parameters: {"id"=>"1"}
35
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
36
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,90 +1,68 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: resource_inclusion
3
- version: !ruby/object:Gem::Version
4
- hash: 29
5
- prerelease: false
6
- segments:
7
- - 0
8
- - 0
9
- - 1
10
- version: 0.0.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ prerelease:
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - John-Mason P. Shackelford
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2011-01-11 00:00:00 -06:00
19
- default_executable:
20
- dependencies:
21
- - !ruby/object:Gem::Dependency
22
- prerelease: false
12
+ date: 2012-05-03 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
23
15
  name: rails
24
- version_requirements: &id001 !ruby/object:Gem::Requirement
16
+ requirement: &17494480 !ruby/object:Gem::Requirement
25
17
  none: false
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- hash: 5
30
- segments:
31
- - 3
32
- - 0
33
- - 1
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
34
21
  version: 3.0.1
35
- requirement: *id001
36
22
  type: :runtime
37
- - !ruby/object:Gem::Dependency
38
23
  prerelease: false
24
+ version_requirements: *17494480
25
+ - !ruby/object:Gem::Dependency
39
26
  name: sqlite3-ruby
40
- version_requirements: &id002 !ruby/object:Gem::Requirement
27
+ requirement: &17493080 !ruby/object:Gem::Requirement
41
28
  none: false
42
- requirements:
43
- - - ">="
44
- - !ruby/object:Gem::Version
45
- hash: 3
46
- segments:
47
- - 0
48
- version: "0"
49
- requirement: *id002
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
50
33
  type: :development
51
- - !ruby/object:Gem::Dependency
52
34
  prerelease: false
35
+ version_requirements: *17493080
36
+ - !ruby/object:Gem::Dependency
53
37
  name: rspec-rails
54
- version_requirements: &id003 !ruby/object:Gem::Requirement
38
+ requirement: &17492400 !ruby/object:Gem::Requirement
55
39
  none: false
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- hash: 3
60
- segments:
61
- - 0
62
- version: "0"
63
- requirement: *id003
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
64
44
  type: :development
65
- - !ruby/object:Gem::Dependency
66
45
  prerelease: false
46
+ version_requirements: *17492400
47
+ - !ruby/object:Gem::Dependency
67
48
  name: jeweler
68
- version_requirements: &id004 !ruby/object:Gem::Requirement
49
+ requirement: &17491140 !ruby/object:Gem::Requirement
69
50
  none: false
70
- requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- hash: 3
74
- segments:
75
- - 0
76
- version: "0"
77
- requirement: *id004
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
78
55
  type: :development
79
- description: Resource Inclusion allows one to specify once per controller associated resources to be included when a resource is serialized.
56
+ prerelease: false
57
+ version_requirements: *17491140
58
+ description: Resource Inclusion allows one to specify once per controller associated
59
+ resources to be included when a resource is serialized.
80
60
  email: jpshack@gmail.com
81
61
  executables: []
82
-
83
62
  extensions: []
84
-
85
- extra_rdoc_files:
63
+ extra_rdoc_files:
86
64
  - README.rdoc
87
- files:
65
+ files:
88
66
  - CHANGELOG
89
67
  - Gemfile
90
68
  - Gemfile.lock
@@ -120,51 +98,28 @@ files:
120
98
  - test/app/spec/controllers/comments_controller_spec.rb
121
99
  - test/app/spec/spec_helper.rb
122
100
  - test/app/spec/support/xpath_matcher.rb
123
- has_rdoc: true
124
101
  homepage: http://github.com/jpshackelford/resource_inclusion
125
102
  licenses: []
126
-
127
103
  post_install_message:
128
104
  rdoc_options: []
129
-
130
- require_paths:
105
+ require_paths:
131
106
  - lib
132
- required_ruby_version: !ruby/object:Gem::Requirement
107
+ required_ruby_version: !ruby/object:Gem::Requirement
133
108
  none: false
134
- requirements:
135
- - - ">="
136
- - !ruby/object:Gem::Version
137
- hash: 3
138
- segments:
139
- - 0
140
- version: "0"
141
- required_rubygems_version: !ruby/object:Gem::Requirement
109
+ requirements:
110
+ - - ! '>='
111
+ - !ruby/object:Gem::Version
112
+ version: '0'
113
+ required_rubygems_version: !ruby/object:Gem::Requirement
142
114
  none: false
143
- requirements:
144
- - - ">="
145
- - !ruby/object:Gem::Version
146
- hash: 3
147
- segments:
148
- - 0
149
- version: "0"
115
+ requirements:
116
+ - - ! '>='
117
+ - !ruby/object:Gem::Version
118
+ version: '0'
150
119
  requirements: []
151
-
152
120
  rubyforge_project:
153
- rubygems_version: 1.3.7
121
+ rubygems_version: 1.8.10
154
122
  signing_key:
155
123
  specification_version: 3
156
124
  summary: A handy macro for including associated models in your REST APIs.
157
- test_files:
158
- - test/app/app/controllers/application_controller.rb
159
- - test/app/app/controllers/comments_controller.rb
160
- - test/app/app/models/comment.rb
161
- - test/app/app/models/user.rb
162
- - test/app/config/application.rb
163
- - test/app/config/boot.rb
164
- - test/app/config/environment.rb
165
- - test/app/config/environments/test.rb
166
- - test/app/config/routes.rb
167
- - test/app/db/migrate/20110111090943_initial_test.rb
168
- - test/app/spec/controllers/comments_controller_spec.rb
169
- - test/app/spec/spec_helper.rb
170
- - test/app/spec/support/xpath_matcher.rb
125
+ test_files: []