ifd_tools 0.2.3 → 0.2.4
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.
@@ -3,9 +3,8 @@ xml.content do
|
|
3
3
|
xml.messages do
|
4
4
|
if @emergency_message
|
5
5
|
xml.message do
|
6
|
-
xml.title @emergency_message.title
|
7
|
-
xml.body @emergency_message.body
|
8
|
-
xml.active @emergency_message.active
|
6
|
+
xml.title { xml.cdata! @emergency_message.title }
|
7
|
+
xml.body { xml.cdata! @emergency_message.body }
|
9
8
|
end
|
10
9
|
end
|
11
10
|
end
|
data/lib/ifd_tools/version.rb
CHANGED
data/lib/ifd_tools.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ifd_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-12-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -27,6 +27,22 @@ dependencies:
|
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: 3.2.6
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: sass-rails
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
type: :runtime
|
39
|
+
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
30
46
|
- !ruby/object:Gem::Dependency
|
31
47
|
name: activeadmin
|
32
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -408,9 +424,7 @@ files:
|
|
408
424
|
- test/dummy/config/locales/en.yml
|
409
425
|
- test/dummy/config/routes.rb
|
410
426
|
- test/dummy/config.ru
|
411
|
-
- test/dummy/db/development.sqlite3
|
412
427
|
- test/dummy/db/schema.rb
|
413
|
-
- test/dummy/log/development.log
|
414
428
|
- test/dummy/public/404.html
|
415
429
|
- test/dummy/public/422.html
|
416
430
|
- test/dummy/public/500.html
|
@@ -444,12 +458,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
444
458
|
- - ! '>='
|
445
459
|
- !ruby/object:Gem::Version
|
446
460
|
version: '0'
|
461
|
+
segments:
|
462
|
+
- 0
|
463
|
+
hash: -2322218197331514195
|
447
464
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
448
465
|
none: false
|
449
466
|
requirements:
|
450
467
|
- - ! '>='
|
451
468
|
- !ruby/object:Gem::Version
|
452
469
|
version: '0'
|
470
|
+
segments:
|
471
|
+
- 0
|
472
|
+
hash: -2322218197331514195
|
453
473
|
requirements: []
|
454
474
|
rubyforge_project:
|
455
475
|
rubygems_version: 1.8.24
|
@@ -478,9 +498,7 @@ test_files:
|
|
478
498
|
- test/dummy/config/locales/en.yml
|
479
499
|
- test/dummy/config/routes.rb
|
480
500
|
- test/dummy/config.ru
|
481
|
-
- test/dummy/db/development.sqlite3
|
482
501
|
- test/dummy/db/schema.rb
|
483
|
-
- test/dummy/log/development.log
|
484
502
|
- test/dummy/public/404.html
|
485
503
|
- test/dummy/public/422.html
|
486
504
|
- test/dummy/public/500.html
|
Binary file
|
@@ -1,15 +0,0 @@
|
|
1
|
-
Connecting to database specified by database.yml
|
2
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
3
|
-
[1m[35m (1.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
4
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
5
|
-
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
6
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
7
|
-
Migrating to CreateIfdToolsEmergencyMessages (20121010183004)
|
8
|
-
[1m[35m (0.0ms)[0m begin transaction
|
9
|
-
[1m[36m (0.5ms)[0m [1mCREATE TABLE "ifd_tools_emergency_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "active" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
10
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20121010183004')
|
11
|
-
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
12
|
-
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
13
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
14
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("ifd_tools_emergency_messages")
|
15
|
-
Connecting to database specified by database.yml
|