active_blog 0.8.0 → 0.9.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a132034523aa9b46cb6600df99b8c728ca180a2d
4
+ data.tar.gz: 239db73d0d581133b932359e047bdeaf62546162
5
+ SHA512:
6
+ metadata.gz: 04a980d9ceafb8ff0d6acecab25f2fe73dd0e9c3f3a4866664a8fca241a7324b59fe947fcebf853ea78d566299d85332ee315d9b4b58475c5735f71ca52ce460
7
+ data.tar.gz: 96c5cbfedd524097c2caeacbc75e1ff3f69456f7f725485c7a80d83cc100665975b59fecd75dc09ae5887ffd6de345e01200376f5ce7d015c8c828812541668c
@@ -1,6 +1,6 @@
1
1
  module ActiveBlog
2
2
  class BlogPost < ActiveRecord::Base
3
- set_table_name 'active_blog_blog_posts'
3
+ self.table_name = 'active_blog_blog_posts'
4
4
  paginates_per ActiveBlog.paginates_per
5
5
  default_scope :order => 'published_at DESC'
6
6
 
@@ -1,3 +1,3 @@
1
1
  module ActiveBlog
2
- VERSION = "0.8.0"
2
+ VERSION = "0.9.0"
3
3
  end
@@ -1,232 +0,0 @@
1
-
2
-
3
- Started GET "/" for 127.0.0.1 at 2011-11-15 20:50:28 -0700
4
-
5
- ActionController::RoutingError (No route matches [GET] "/"):
6
-
7
-
8
- Rendered /Users/mchung/.rvm/gems/ruby-1.9.2-p290@activeblog/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (8.1ms)
9
-  (0.1ms) select sqlite_version(*)
10
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
11
-  (0.0ms) PRAGMA index_list("schema_migrations")
12
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
13
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
14
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
15
-  (0.4ms) CREATE TABLE "active_blog_blog_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" varchar(255), "draft" boolean, "published_at" datetime, "cached_slug" varchar(255), "custom_url" varchar(255), "created_at" datetime, "updated_at" datetime)
16
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111116040223')
17
-  (0.4ms) select sqlite_version(*)
18
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19
-  (0.0ms) PRAGMA index_list("active_blog_blog_posts")
20
-  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
21
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
22
-  (0.2ms) select sqlite_version(*)
23
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
24
-  (0.0ms) PRAGMA index_list("active_blog_blog_posts")
25
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
26
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
27
-  (0.2ms) select sqlite_version(*)
28
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
29
-  (0.0ms) PRAGMA index_list("active_blog_blog_posts")
30
-  (0.4ms) select sqlite_version(*)
31
-  (1.8ms) DROP TABLE "active_blog_blog_posts"
32
-  (0.8ms) CREATE TABLE "active_blog_blog_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" varchar(255), "draft" boolean, "published_at" datetime, "cached_slug" varchar(255), "custom_url" varchar(255), "created_at" datetime, "updated_at" datetime) 
33
-  (0.1ms) SELECT version FROM "schema_migrations"
34
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
35
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
36
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
37
-  (0.2ms) select sqlite_version(*)
38
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
39
-  (0.0ms) PRAGMA index_list("active_blog_blog_posts")
40
-  (0.4ms) select sqlite_version(*)
41
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
42
-  (0.0ms) PRAGMA index_list("active_blog_blog_posts")
43
-  (0.2ms) select sqlite_version(*)
44
-  (1.2ms) CREATE TABLE "active_blog_blog_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" varchar(255), "draft" boolean, "published_at" datetime, "cached_slug" varchar(255), "custom_url" varchar(255), "created_at" datetime, "updated_at" datetime) 
45
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
46
-  (0.0ms) PRAGMA index_list("schema_migrations")
47
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
48
-  (0.1ms) SELECT version FROM "schema_migrations"
49
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20111116040223')
50
-  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
51
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
52
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
53
-  (0.0ms) select sqlite_version(*)
54
-  (0.1ms) PRAGMA index_list("active_blog_blog_posts")
55
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
56
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
57
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
58
-  (0.0ms) select sqlite_version(*)
59
-  (0.1ms) PRAGMA index_list("active_blog_blog_posts")
60
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
61
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
62
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
63
-  (0.0ms) select sqlite_version(*)
64
-  (0.1ms) PRAGMA index_list("active_blog_blog_posts")
65
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
66
-  (0.1ms) PRAGMA index_list("active_blog_blog_posts")
67
-  (0.1ms) select sqlite_version(*)
68
-  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
69
-  (0.0ms) PRAGMA index_list("schema_migrations")
70
-  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
71
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
72
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
73
-  (0.5ms) CREATE TABLE "active_blog_blog_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "draft" boolean, "published_at" datetime, "cached_slug" varchar(255), "custom_url" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)
74
-  (0.0ms) PRAGMA index_list("active_blog_blog_posts")
75
-  (0.1ms) CREATE INDEX "index_active_blog_blog_posts_on_id" ON "active_blog_blog_posts" ("id")
76
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111116040223')
77
-  (0.3ms) select sqlite_version(*)
78
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
79
-  (0.1ms) PRAGMA index_list("active_blog_blog_posts")
80
-  (0.0ms) PRAGMA index_info('index_active_blog_blog_posts_on_id')
81
-  (0.1ms) select sqlite_version(*)
82
-  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
83
-  (0.1ms) PRAGMA index_list("schema_migrations")
84
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
85
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
86
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
87
-  (0.8ms) CREATE TABLE "active_blog_blog_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "draft" boolean, "published_at" datetime, "cached_slug" varchar(255), "custom_url" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)
88
-  (0.1ms) PRAGMA index_list("active_blog_blog_posts")
89
-  (0.2ms) CREATE INDEX "index_active_blog_blog_posts_on_id" ON "active_blog_blog_posts" ("id")
90
-  (0.1ms) PRAGMA index_list("active_blog_blog_posts")
91
-  (0.1ms) PRAGMA index_info('index_active_blog_blog_posts_on_id')
92
-  (0.5ms) CREATE UNIQUE INDEX "index_active_blog_blog_posts_on_cached_slug" ON "active_blog_blog_posts" ("cached_slug")
93
-  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111116040223')
94
-  (0.3ms) select sqlite_version(*)
95
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
96
-  (0.1ms) PRAGMA index_list("active_blog_blog_posts")
97
-  (0.1ms) PRAGMA index_info('index_active_blog_blog_posts_on_cached_slug')
98
-  (0.0ms) PRAGMA index_info('index_active_blog_blog_posts_on_id')
99
-  (0.1ms) SHOW search_path
100
-  (10.8ms) CREATE TABLE "active_blog_blog_posts" ("id" serial primary key, "title" character varying(255), "body" text, "draft" boolean, "published_at" timestamp, "cached_slug" character varying(255), "custom_url" character varying(255), "user_id" integer, "created_at" timestamp, "updated_at" timestamp)
101
-  (3.5ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
102
- FROM pg_class t
103
- INNER JOIN pg_index d ON t.oid = d.indrelid
104
- INNER JOIN pg_class i ON d.indexrelid = i.oid
105
- WHERE i.relkind = 'i'
106
- AND d.indisprimary = 'f'
107
- AND t.relname = 'active_blog_blog_posts'
108
- AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname = ANY (current_schemas(false)) )
109
- ORDER BY i.relname
110
- 
111
-  (1.4ms) CREATE UNIQUE INDEX "index_active_blog_blog_posts_on_cached_slug" ON "active_blog_blog_posts" ("cached_slug")
112
-  (1.4ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
113
- FROM pg_class t
114
- INNER JOIN pg_index d ON t.oid = d.indrelid
115
- INNER JOIN pg_class i ON d.indexrelid = i.oid
116
- WHERE i.relkind = 'i'
117
- AND d.indisprimary = 'f'
118
- AND t.relname = 'active_blog_blog_posts'
119
- AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname = ANY (current_schemas(false)) )
120
- ORDER BY i.relname
121
- 
122
- Columns for index index_active_blog_blog_posts_on_cached_slug on active_blog_blog_posts (0.9ms) SELECT a.attnum, a.attname
123
- FROM pg_attribute a
124
- WHERE a.attrelid = 49053
125
- AND a.attnum IN (6)
126
-  (1.2ms) CREATE INDEX "index_active_blog_blog_posts_on_id" ON "active_blog_blog_posts" ("id")
127
-  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
128
-  (1.0ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
129
- FROM pg_class t
130
- INNER JOIN pg_index d ON t.oid = d.indrelid
131
- INNER JOIN pg_class i ON d.indexrelid = i.oid
132
- WHERE i.relkind = 'i'
133
- AND d.indisprimary = 'f'
134
- AND t.relname = 'schema_migrations'
135
- AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname = ANY (current_schemas(false)) )
136
- ORDER BY i.relname
137
- 
138
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
139
-  (0.2ms) SELECT version FROM "schema_migrations"
140
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20111116040223')
141
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
142
-  (0.1ms) SHOW search_path
143
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
144
- Migrating to CreateActiveBlogBlogPosts (20111116040223)
145
-  (0.1ms) SHOW search_path
146
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
147
-  (2.6ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
148
- FROM pg_class t
149
- INNER JOIN pg_index d ON t.oid = d.indrelid
150
- INNER JOIN pg_class i ON d.indexrelid = i.oid
151
- WHERE i.relkind = 'i'
152
- AND d.indisprimary = 'f'
153
- AND t.relname = 'active_blog_blog_posts'
154
- AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname = ANY (current_schemas(false)) )
155
- ORDER BY i.relname
156
- 
157
- Columns for index index_active_blog_blog_posts_on_cached_slug on active_blog_blog_posts (0.4ms) SELECT a.attnum, a.attname
158
- FROM pg_attribute a
159
- WHERE a.attrelid = 49053
160
- AND a.attnum IN (6)
161
- Columns for index index_active_blog_blog_posts_on_id on active_blog_blog_posts (0.3ms)  SELECT a.attnum, a.attname
162
- FROM pg_attribute a
163
- WHERE a.attrelid = 49053
164
- AND a.attnum IN (1)
165
- 
166
-  (0.1ms) SHOW search_path
167
-  (0.2ms) SELECT version FROM schema_migrations
168
-  (0.1ms) SHOW search_path
169
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
170
-  (2.4ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
171
- FROM pg_class t
172
- INNER JOIN pg_index d ON t.oid = d.indrelid
173
- INNER JOIN pg_class i ON d.indexrelid = i.oid
174
- WHERE i.relkind = 'i'
175
- AND d.indisprimary = 'f'
176
- AND t.relname = 'active_blog_blog_posts'
177
- AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname = ANY (current_schemas(false)) )
178
- ORDER BY i.relname
179
- 
180
- Columns for index index_active_blog_blog_posts_on_cached_slug on active_blog_blog_posts (0.4ms) SELECT a.attnum, a.attname
181
- FROM pg_attribute a
182
- WHERE a.attrelid = 49053
183
- AND a.attnum IN (6)
184
- Columns for index index_active_blog_blog_posts_on_id on active_blog_blog_posts (0.2ms)  SELECT a.attnum, a.attname
185
- FROM pg_attribute a
186
- WHERE a.attrelid = 49053
187
- AND a.attnum IN (1)
188
- 
189
-  (1.1ms) SET search_path TO public
190
-  (126.3ms) DROP DATABASE IF EXISTS "active_blog_test"
191
-  (0.1ms) SET search_path TO public
192
-  (415.3ms) CREATE DATABASE "active_blog_test" ENCODING = 'unicode'
193
-  (0.1ms) SHOW search_path
194
-  (7.5ms) CREATE TABLE "active_blog_blog_posts" ("id" serial primary key, "title" character varying(255), "body" text, "draft" boolean, "published_at" timestamp, "cached_slug" character varying(255), "custom_url" character varying(255), "user_id" integer, "created_at" timestamp, "updated_at" timestamp) 
195
-  (1.8ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
196
- FROM pg_class t
197
- INNER JOIN pg_index d ON t.oid = d.indrelid
198
- INNER JOIN pg_class i ON d.indexrelid = i.oid
199
- WHERE i.relkind = 'i'
200
- AND d.indisprimary = 'f'
201
- AND t.relname = 'active_blog_blog_posts'
202
- AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname = ANY (current_schemas(false)) )
203
- ORDER BY i.relname
204
-  (1.2ms) CREATE UNIQUE INDEX "index_active_blog_blog_posts_on_cached_slug" ON "active_blog_blog_posts" ("cached_slug")
205
-  (0.8ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
206
- FROM pg_class t
207
- INNER JOIN pg_index d ON t.oid = d.indrelid
208
- INNER JOIN pg_class i ON d.indexrelid = i.oid
209
- WHERE i.relkind = 'i'
210
- AND d.indisprimary = 'f'
211
- AND t.relname = 'active_blog_blog_posts'
212
- AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname = ANY (current_schemas(false)) )
213
- ORDER BY i.relname
214
- Columns for index index_active_blog_blog_posts_on_cached_slug on active_blog_blog_posts (0.6ms)  SELECT a.attnum, a.attname
215
- FROM pg_attribute a
216
- WHERE a.attrelid = 49071
217
- AND a.attnum IN (6)
218
- 
219
-  (0.9ms) CREATE INDEX "index_active_blog_blog_posts_on_id" ON "active_blog_blog_posts" ("id")
220
-  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
221
-  (0.7ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
222
- FROM pg_class t
223
- INNER JOIN pg_index d ON t.oid = d.indrelid
224
- INNER JOIN pg_class i ON d.indexrelid = i.oid
225
- WHERE i.relkind = 'i'
226
- AND d.indisprimary = 'f'
227
- AND t.relname = 'schema_migrations'
228
- AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname = ANY (current_schemas(false)) )
229
- ORDER BY i.relname
230
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
231
-  (0.2ms) SELECT version FROM "schema_migrations"
232
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20111116040223')
metadata CHANGED
@@ -1,71 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_blog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
5
- prerelease:
4
+ version: 0.9.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Marc Chung
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-03 00:00:00.000000000 Z
11
+ date: 2014-09-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
- requirement: &70304278852400 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: 3.2.1
22
20
  type: :runtime
23
21
  prerelease: false
24
- version_requirements: *70304278852400
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 3.2.1
25
27
  - !ruby/object:Gem::Dependency
26
28
  name: activeadmin
27
- requirement: &70304278850980 !ruby/object:Gem::Requirement
28
- none: false
29
+ requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
- - - ! '>='
31
+ - - ">="
31
32
  - !ruby/object:Gem::Version
32
33
  version: 0.5.1
33
34
  type: :runtime
34
35
  prerelease: false
35
- version_requirements: *70304278850980
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 0.5.1
36
41
  - !ruby/object:Gem::Dependency
37
42
  name: redcarpet
38
- requirement: &70304278849880 !ruby/object:Gem::Requirement
39
- none: false
43
+ requirement: !ruby/object:Gem::Requirement
40
44
  requirements:
41
- - - ~>
45
+ - - "~>"
42
46
  - !ruby/object:Gem::Version
43
47
  version: 2.0.0b5
44
48
  type: :runtime
45
49
  prerelease: false
46
- version_requirements: *70304278849880
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 2.0.0b5
47
55
  - !ruby/object:Gem::Dependency
48
56
  name: kaminari
49
- requirement: &70304278849180 !ruby/object:Gem::Requirement
50
- none: false
57
+ requirement: !ruby/object:Gem::Requirement
51
58
  requirements:
52
- - - ! '>='
59
+ - - ">="
53
60
  - !ruby/object:Gem::Version
54
61
  version: '0'
55
62
  type: :runtime
56
63
  prerelease: false
57
- version_requirements: *70304278849180
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
58
69
  - !ruby/object:Gem::Dependency
59
70
  name: pg
60
- requirement: &70304278895040 !ruby/object:Gem::Requirement
61
- none: false
71
+ requirement: !ruby/object:Gem::Requirement
62
72
  requirements:
63
- - - ! '>='
73
+ - - ">="
64
74
  - !ruby/object:Gem::Version
65
75
  version: '0'
66
76
  type: :development
67
77
  prerelease: false
68
- version_requirements: *70304278895040
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
69
83
  description: ActiveBlog is a Rails Engine for Blogging
70
84
  email:
71
85
  - mchung@gmail.com
@@ -73,6 +87,9 @@ executables: []
73
87
  extensions: []
74
88
  extra_rdoc_files: []
75
89
  files:
90
+ - MIT-LICENSE
91
+ - README.markdown
92
+ - Rakefile
76
93
  - app/assets/javascripts/active_blog/active_admin.js
77
94
  - app/assets/javascripts/active_blog/application.js
78
95
  - app/assets/javascripts/active_blog/blog_posts.js
@@ -97,26 +114,25 @@ files:
97
114
  - app/views/layouts/active_blog/application.html.erb
98
115
  - config/routes.rb
99
116
  - db/migrate/20111116040223_create_active_blog_blog_posts.rb
117
+ - lib/active_blog.rb
100
118
  - lib/active_blog/engine.rb
101
119
  - lib/active_blog/ext/string.rb
102
120
  - lib/active_blog/mapper.rb
103
121
  - lib/active_blog/version.rb
104
- - lib/active_blog.rb
122
+ - lib/generators/active_blog/install/USAGE
105
123
  - lib/generators/active_blog/install/install_generator.rb
124
+ - lib/generators/active_blog/install/templates/README
106
125
  - lib/generators/active_blog/install/templates/active_blog.rb
107
126
  - lib/generators/active_blog/install/templates/blog_posts.rb
108
- - lib/generators/active_blog/install/templates/README
109
- - lib/generators/active_blog/install/USAGE
110
127
  - lib/tasks/active_blog_tasks.rake
111
- - MIT-LICENSE
112
- - Rakefile
113
- - README.markdown
114
128
  - test/active_blog_test.rb
129
+ - test/dummy/Rakefile
115
130
  - test/dummy/app/assets/javascripts/application.js
116
131
  - test/dummy/app/assets/stylesheets/application.css
117
132
  - test/dummy/app/controllers/application_controller.rb
118
133
  - test/dummy/app/helpers/application_helper.rb
119
134
  - test/dummy/app/views/layouts/application.html.erb
135
+ - test/dummy/config.ru
120
136
  - test/dummy/config/application.rb
121
137
  - test/dummy/config/boot.rb
122
138
  - test/dummy/config/database.yml
@@ -132,15 +148,12 @@ files:
132
148
  - test/dummy/config/initializers/wrap_parameters.rb
133
149
  - test/dummy/config/locales/en.yml
134
150
  - test/dummy/config/routes.rb
135
- - test/dummy/config.ru
136
151
  - test/dummy/db/schema.rb
137
152
  - test/dummy/log/development.log
138
- - test/dummy/log/test.log
139
153
  - test/dummy/public/404.html
140
154
  - test/dummy/public/422.html
141
155
  - test/dummy/public/500.html
142
156
  - test/dummy/public/favicon.ico
143
- - test/dummy/Rakefile
144
157
  - test/dummy/script/rails
145
158
  - test/fixtures/active_blog/blog_posts.yml
146
159
  - test/functional/active_blog/blog_posts_controller_test.rb
@@ -152,33 +165,26 @@ files:
152
165
  - test/unit/helpers/active_blog/blog_posts_helper_test.rb
153
166
  homepage: http://github.com/mchung/active_blog
154
167
  licenses: []
168
+ metadata: {}
155
169
  post_install_message:
156
170
  rdoc_options: []
157
171
  require_paths:
158
172
  - lib
159
173
  required_ruby_version: !ruby/object:Gem::Requirement
160
- none: false
161
174
  requirements:
162
- - - ! '>='
175
+ - - ">="
163
176
  - !ruby/object:Gem::Version
164
177
  version: '0'
165
- segments:
166
- - 0
167
- hash: 2562060062506142949
168
178
  required_rubygems_version: !ruby/object:Gem::Requirement
169
- none: false
170
179
  requirements:
171
- - - ! '>='
180
+ - - ">="
172
181
  - !ruby/object:Gem::Version
173
182
  version: '0'
174
- segments:
175
- - 0
176
- hash: 2562060062506142949
177
183
  requirements: []
178
184
  rubyforge_project:
179
- rubygems_version: 1.8.10
185
+ rubygems_version: 2.2.2
180
186
  signing_key:
181
- specification_version: 3
187
+ specification_version: 4
182
188
  summary: A barebones, markdown, blogging Rails Engine.
183
189
  test_files:
184
190
  - test/active_blog_test.rb
@@ -205,7 +211,6 @@ test_files:
205
211
  - test/dummy/config.ru
206
212
  - test/dummy/db/schema.rb
207
213
  - test/dummy/log/development.log
208
- - test/dummy/log/test.log
209
214
  - test/dummy/public/404.html
210
215
  - test/dummy/public/422.html
211
216
  - test/dummy/public/500.html