typus 1.0.0.pre6 → 1.0.0.pre7
Sign up to get free protection for your applications and to get access to all the features.
- data/app/helpers/admin/dashboard_helper.rb +1 -12
- data/app/models/admin/fake_user.rb +8 -0
- data/app/views/admin/helpers/_apps.html.erb +1 -1
- data/app/views/admin/helpers/dashboard/_applications.html.erb +2 -2
- data/lib/typus/user.rb +13 -12
- data/lib/typus/version.rb +1 -1
- data/test/fixtures/rails_app/db/test.sqlite3 +0 -0
- data/test/fixtures/rails_app/log/test.log +18153 -0
- data/test/fixtures/rails_app/tmp/export-posts-20100918131936.csv +2 -0
- data/test/fixtures/rails_app/tmp/export-posts-20100918132934.csv +2 -0
- data/test/fixtures/rails_app/tmp/export-posts-20100918133544.csv +2 -0
- data/test/fixtures/rails_app/tmp/export-posts-20100918133556.csv +2 -0
- data/test/fixtures/rails_app/tmp/export-posts-20100918133707.csv +2 -0
- data/test/fixtures/rails_app/tmp/export-posts-20100918133951.csv +2 -0
- data/test/fixtures/rails_app/tmp/export-posts-20100918135103.csv +2 -0
- data/test/fixtures/rails_app/tmp/export-posts-20100918135530.csv +2 -0
- data/test/fixtures/rails_app/tmp/export-posts-20100918135551.csv +2 -0
- metadata +15 -5
- data/typus-1.0.0.pre5.gem +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: -
|
4
|
+
hash: -1876988182
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 1.0.0.
|
10
|
+
- pre7
|
11
|
+
version: 1.0.0.pre7
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Francesc Esplugas
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-09-
|
19
|
+
date: 2010-09-18 00:00:00 +02:00
|
20
20
|
default_executable:
|
21
21
|
dependencies: []
|
22
22
|
|
@@ -270,6 +270,8 @@ files:
|
|
270
270
|
- test/fixtures/rails_app/config/typus/typus_roles.yml
|
271
271
|
- test/fixtures/rails_app/config.ru
|
272
272
|
- test/fixtures/rails_app/db/seeds.rb
|
273
|
+
- test/fixtures/rails_app/db/test.sqlite3
|
274
|
+
- test/fixtures/rails_app/log/test.log
|
273
275
|
- test/fixtures/rails_app/public/404.html
|
274
276
|
- test/fixtures/rails_app/public/422.html
|
275
277
|
- test/fixtures/rails_app/public/500.html
|
@@ -286,6 +288,15 @@ files:
|
|
286
288
|
- test/fixtures/rails_app/Rakefile
|
287
289
|
- test/fixtures/rails_app/README
|
288
290
|
- test/fixtures/rails_app/script/rails
|
291
|
+
- test/fixtures/rails_app/tmp/export-posts-20100918131936.csv
|
292
|
+
- test/fixtures/rails_app/tmp/export-posts-20100918132934.csv
|
293
|
+
- test/fixtures/rails_app/tmp/export-posts-20100918133544.csv
|
294
|
+
- test/fixtures/rails_app/tmp/export-posts-20100918133556.csv
|
295
|
+
- test/fixtures/rails_app/tmp/export-posts-20100918133707.csv
|
296
|
+
- test/fixtures/rails_app/tmp/export-posts-20100918133951.csv
|
297
|
+
- test/fixtures/rails_app/tmp/export-posts-20100918135103.csv
|
298
|
+
- test/fixtures/rails_app/tmp/export-posts-20100918135530.csv
|
299
|
+
- test/fixtures/rails_app/tmp/export-posts-20100918135551.csv
|
289
300
|
- test/functional/admin/account_controller_test.rb
|
290
301
|
- test/functional/admin/dashboard_controller_http_basic_test.rb
|
291
302
|
- test/functional/admin/dashboard_controller_none_test.rb
|
@@ -328,7 +339,6 @@ files:
|
|
328
339
|
- test/unit/admin/mailer_test.rb
|
329
340
|
- test/unit/typus_user_roles_test.rb
|
330
341
|
- test/unit/typus_user_test.rb
|
331
|
-
- typus-1.0.0.pre5.gem
|
332
342
|
- typus.gemspec
|
333
343
|
has_rdoc: true
|
334
344
|
homepage: http://core.typuscms.com/
|
data/typus-1.0.0.pre5.gem
DELETED
Binary file
|