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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 676457bd2468cdc9577f782f505a9565518a3a22
4
- data.tar.gz: c5907e406faa91d6dfff4c5502cefac8b18ab57d
3
+ metadata.gz: f1f1b516b3d1f541999ac2f4ebda15cc6659937f
4
+ data.tar.gz: 3d1cc5721a6544a46faf4c6331b8b8a4e8574a79
5
5
  SHA512:
6
- metadata.gz: 7903670c6090d8eb3a27492606b81212c8e1df1d84c5681ee976559a56d710f065876a7883000b380a92085f7c9779e88292f3df71b8a360d238dc7acb550ee0
7
- data.tar.gz: 7797792c04040d33882c3d17b8a55843f88cbad998f10e7493909620d8e14335bd48a0f4e28b285be208fbc69f7146c26b290cff89eac87359c2d94cd65f236a
6
+ metadata.gz: 494c3b61b0c597b457f547312657252e73a3bca1941343e5d4328b96c61ba7a6918a84b9cfd3db7b1b2896b410b4276b8065b6a01f2279e8e46cd65331e94c3f
7
+ data.tar.gz: 006c2ef87af1538efde0008a69afdb4367bd35f5585322289b89448cd1bd1ce271b57fa958bfe5239b06b36787b7e7634081a60b7399c2f13936f4b54dd6e1d4
@@ -1,3 +1,3 @@
1
1
  module ActsAsCitable
2
- VERSION = "2.0.2"
2
+ VERSION = "3.0.0-alpha"
3
3
  end
@@ -10610,3 +10610,138 @@ Completed 200 OK in 18.0ms (Views: 5.0ms | ActiveRecord: 0.0ms)
10610
10610
  Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10611
10611
  Savepoint (0.0ms) SAVEPOINT active_record_1
10612
10612
  Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10613
+  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
10614
+ ActiveRecord::SchemaMigration Load (1.0ms) 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
+  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"
10622
+ Savepoint (4.0ms) SAVEPOINT active_record_1
10623
+ SQL (44.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:17:57.666000', '2014-12-12 22:17:57.666000')
10624
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10625
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10626
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10627
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10628
+ SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 3
10629
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
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
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10643
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10644
+ -----------------------------------------------------
10645
+ RecordTest: test_should_check_if_i_can_use_the_record
10646
+ -----------------------------------------------------
10647
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10648
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
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
+ Savepoint (1.0ms) SAVEPOINT active_record_1
10656
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
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
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10664
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10665
+ -------------------------------------------------------------------------
10666
+ RecordTest: test_should_work_with_models_inherited_acts_as_citable_models
10667
+ -------------------------------------------------------------------------
10668
+ Savepoint (1.0ms) SAVEPOINT active_record_1
10669
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10670
+ ---------------------------------------------------------------
10671
+ TestControllerTest: test_should_not_respond_to_arbitrary_format
10672
+ ---------------------------------------------------------------
10673
+ Processing by TestController#test as
10674
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10675
+ SQL (1.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.306000', '2014-12-12 22:18:01.306000')
10676
+ Savepoint (0.0ms) 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
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10683
+ SQL (1.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.334000', '2014-12-12 22:18:01.334000')
10684
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
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
+ Savepoint (1.0ms) SAVEPOINT active_record_1
10692
+ SQL (1.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.404000', '2014-12-12 22:18:01.404000')
10693
+ Savepoint (0.0ms) 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
+ Savepoint (1.0ms) SAVEPOINT active_record_1
10701
+ SQL (1.0ms) INSERT INTO "records" ("created_at", "updated_at") VALUES ('2014-12-12 22:18:01.444000', '2014-12-12 22:18:01.444000')
10702
+ Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1
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
+  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"
10708
+ Savepoint (4.0ms) SAVEPOINT active_record_1
10709
+ SQL (3.0ms) INSERT 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')
10710
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10711
+ Completed 406 Not Acceptable in 183.0ms (ActiveRecord: 11.0ms)
10712
+ Processing by TestController#test as BIBTEX
10713
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10714
+ SQL (1.0ms) 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
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
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
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10720
+ SQL (1.0ms) INSERT 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')
10721
+ Savepoint (0.0ms) 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
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10726
+ SQL (1.0ms) 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
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10728
+ Sent data 3.ris (1.0ms)
10729
+ Completed 200 OK in 18.0ms (Views: 5.0ms | ActiveRecord: 0.0ms)
10730
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10731
+ SQL (1.0ms) INSERT 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')
10732
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10733
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10734
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10735
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10736
+ SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 3
10737
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10738
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10739
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10740
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10741
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10742
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10743
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10744
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10745
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
10746
+ Savepoint (0.0ms) SAVEPOINT active_record_1
10747
+ Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
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: 2.0.2
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: 3.2.0
19
+ version: '4.0'
20
20
  requirement: !ruby/object:Gem::Requirement
21
21
  requirements:
22
22
  - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: 3.2.0
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: '0'
249
+ version: 1.3.1
250
250
  requirements: []
251
251
  rubyforge_project:
252
252
  rubygems_version: 2.1.9