acts_as_citable 2.0.2 → 3.0.0.pre.alpha
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/acts_as_citable/version.rb +1 -1
- data/test/dummy/log/test.log +135 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1f1b516b3d1f541999ac2f4ebda15cc6659937f
|
4
|
+
data.tar.gz: 3d1cc5721a6544a46faf4c6331b8b8a4e8574a79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 494c3b61b0c597b457f547312657252e73a3bca1941343e5d4328b96c61ba7a6918a84b9cfd3db7b1b2896b410b4276b8065b6a01f2279e8e46cd65331e94c3f
|
7
|
+
data.tar.gz: 006c2ef87af1538efde0008a69afdb4367bd35f5585322289b89448cd1bd1ce271b57fa958bfe5239b06b36787b7e7634081a60b7399c2f13936f4b54dd6e1d4
|
data/test/dummy/log/test.log
CHANGED
@@ -10610,3 +10610,138 @@ Completed 200 OK in 18.0ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
|
10610
10610
|
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10611
10611
|
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10612
10612
|
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10613
|
+
[1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
|
10614
|
+
[1m[35mActiveRecord::SchemaMigration Load (1.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
10615
|
+
-----------------------------
|
10616
|
+
ActsAsCitableTest: test_truth
|
10617
|
+
-----------------------------
|
10618
|
+
-------------------------------------------------------------------
|
10619
|
+
RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex
|
10620
|
+
-------------------------------------------------------------------
|
10621
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
|
10622
|
+
[1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
|
10623
|
+
[1m[36mSQL (44.0ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:17:57.666000', '2014-12-12 22:17:57.666000')[0m
|
10624
|
+
[1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
10625
|
+
[1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
10626
|
+
[1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
10627
|
+
[1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
10628
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 3
|
10629
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10630
|
+
------------------------------------------
|
10631
|
+
RecordTest: test_new_nokogiri_xml_document
|
10632
|
+
------------------------------------------
|
10633
|
+
-------------------------------------------------------------
|
10634
|
+
RecordTest: test_should_be_able_to_convert_to_an_export_STYLE
|
10635
|
+
-------------------------------------------------------------
|
10636
|
+
------------------------------------------------------
|
10637
|
+
RecordTest: test_should_be_able_to_create_a_new_Record
|
10638
|
+
------------------------------------------------------
|
10639
|
+
--------------------------------------------------
|
10640
|
+
RecordTest: test_should_be_available_to_convert_to
|
10641
|
+
--------------------------------------------------
|
10642
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10643
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10644
|
+
-----------------------------------------------------
|
10645
|
+
RecordTest: test_should_check_if_i_can_use_the_record
|
10646
|
+
-----------------------------------------------------
|
10647
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10648
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10649
|
+
-------------------------------------------------------------
|
10650
|
+
RecordTest: test_should_check_to_see_if_format_fields_are_set
|
10651
|
+
-------------------------------------------------------------
|
10652
|
+
----------------------------------------------------------------
|
10653
|
+
RecordTest: test_should_check_to_see_if_records_can_be_converted
|
10654
|
+
----------------------------------------------------------------
|
10655
|
+
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
|
10656
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10657
|
+
---------------------------------------------------------------
|
10658
|
+
RecordTest: test_should_check_to_see_if_you_cannot_convert_from
|
10659
|
+
---------------------------------------------------------------
|
10660
|
+
---------------------------------------------
|
10661
|
+
RecordTest: test_should_raise_no_method_error
|
10662
|
+
---------------------------------------------
|
10663
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10664
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10665
|
+
-------------------------------------------------------------------------
|
10666
|
+
RecordTest: test_should_work_with_models_inherited_acts_as_citable_models
|
10667
|
+
-------------------------------------------------------------------------
|
10668
|
+
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
|
10669
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10670
|
+
---------------------------------------------------------------
|
10671
|
+
TestControllerTest: test_should_not_respond_to_arbitrary_format
|
10672
|
+
---------------------------------------------------------------
|
10673
|
+
Processing by TestController#test as
|
10674
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10675
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.306000', '2014-12-12 22:18:01.306000')[0m
|
10676
|
+
[1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
10677
|
+
Completed 406 Not Acceptable in 13ms
|
10678
|
+
----------------------------------------------
|
10679
|
+
TestControllerTest: test_should_respond_to_bib
|
10680
|
+
----------------------------------------------
|
10681
|
+
Processing by TestController#test as BIBTEX
|
10682
|
+
[1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
10683
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.334000', '2014-12-12 22:18:01.334000')
|
10684
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10685
|
+
Sent data 3.bib (4.0ms)
|
10686
|
+
Completed 200 OK in 55ms (Views: 10.0ms | ActiveRecord: 1.0ms)
|
10687
|
+
-------------------------------------------------
|
10688
|
+
TestControllerTest: test_should_respond_to_bibtex
|
10689
|
+
-------------------------------------------------
|
10690
|
+
Processing by TestController#test as BIBTEX
|
10691
|
+
[1m[35mSavepoint (1.0ms)[0m SAVEPOINT active_record_1
|
10692
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.404000', '2014-12-12 22:18:01.404000')[0m
|
10693
|
+
[1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
10694
|
+
Sent data 3.bib (3.0ms)
|
10695
|
+
Completed 200 OK in 29ms (Views: 6.0ms | ActiveRecord: 2.0ms)
|
10696
|
+
----------------------------------------------
|
10697
|
+
TestControllerTest: test_should_respond_to_ris
|
10698
|
+
----------------------------------------------
|
10699
|
+
Processing by TestController#test as RIS
|
10700
|
+
[1m[36mSavepoint (1.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
10701
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.444000', '2014-12-12 22:18:01.444000')
|
10702
|
+
[1m[36mSavepoint (1.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10703
|
+
Sent data 3.ris (2.0ms)
|
10704
|
+
Completed 200 OK in 26ms (Views: 4.0ms | ActiveRecord: 3.0ms)
|
10705
|
+
Connecting to database specified by database.yml
|
10706
|
+
Processing by TestController#test as
|
10707
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"[0m
|
10708
|
+
[1m[35mSavepoint (4.0ms)[0m SAVEPOINT active_record_1
|
10709
|
+
[1m[36mSQL (3.0ms)[0m [1mINSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.686000', 'itemType: book', 'csf', '2014-12-12 22:20:25.686000')[0m
|
10710
|
+
[1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
10711
|
+
Completed 406 Not Acceptable in 183.0ms (ActiveRecord: 11.0ms)
|
10712
|
+
Processing by TestController#test as BIBTEX
|
10713
|
+
[1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
10714
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.750000', 'itemType: book', 'csf', '2014-12-12 22:20:25.750000')
|
10715
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10716
|
+
Sent data 3.bib (2.0ms)
|
10717
|
+
Completed 200 OK in 94.0ms (Views: 44.0ms | ActiveRecord: 0.0ms)
|
10718
|
+
Processing by TestController#test as BIBTEX
|
10719
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10720
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.852000', 'itemType: book', 'csf', '2014-12-12 22:20:25.852000')[0m
|
10721
|
+
[1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
10722
|
+
Sent data 3.bib (1.0ms)
|
10723
|
+
Completed 200 OK in 14.0ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
10724
|
+
Processing by TestController#test as RIS
|
10725
|
+
[1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
10726
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.876000', 'itemType: book', 'csf', '2014-12-12 22:20:25.876000')
|
10727
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10728
|
+
Sent data 3.ris (1.0ms)
|
10729
|
+
Completed 200 OK in 18.0ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
10730
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10731
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-12 22:20:25.908000', 'itemType: book', 'csf', '2014-12-12 22:20:25.908000')[0m
|
10732
|
+
[1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
10733
|
+
[1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
10734
|
+
[1m[35mSavepoint (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
10735
|
+
[1m[36mSavepoint (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
10736
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM "records" WHERE "records"."id" = 3
|
10737
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10738
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10739
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10740
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10741
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10742
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10743
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10744
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10745
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
10746
|
+
[1m[35mSavepoint (0.0ms)[0m SAVEPOINT active_record_1
|
10747
|
+
[1m[36mSavepoint (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_citable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0.pre.alpha
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hab278
|
@@ -16,12 +16,12 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '4.0'
|
20
20
|
requirement: !ruby/object:Gem::Requirement
|
21
21
|
requirements:
|
22
22
|
- - ~>
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version:
|
24
|
+
version: '4.0'
|
25
25
|
prerelease: false
|
26
26
|
type: :runtime
|
27
27
|
- !ruby/object:Gem::Dependency
|
@@ -244,9 +244,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
244
244
|
version: '0'
|
245
245
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
246
246
|
requirements:
|
247
|
-
- - '
|
247
|
+
- - '>'
|
248
248
|
- !ruby/object:Gem::Version
|
249
|
-
version:
|
249
|
+
version: 1.3.1
|
250
250
|
requirements: []
|
251
251
|
rubyforge_project:
|
252
252
|
rubygems_version: 2.1.9
|