ex_cite 1.2.1 → 1.2.2
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.
@@ -74,7 +74,7 @@ module ExCite
|
|
74
74
|
ExCite.endnote.protocol = :https
|
75
75
|
get :index, :to_format => "endnote", :use_route => :export_citations
|
76
76
|
assert_redirected_to "http://www.myendnoteweb.com/?func=directExport&partnerName=Primo&dataIdentifier=1&dataRequestUrl=https%3A%2F%2Ftest.host%2Fcite%2Fexport_citations%3Fresource_key%5B%5D%3Dcc141d92caee81bd0601a5ee365fdf9ec31d23bb%26to_format%3Dris"
|
77
|
-
ExCite.endnote.
|
77
|
+
ExCite.endnote.callback_protocol = :http
|
78
78
|
clear
|
79
79
|
initialize_cite
|
80
80
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: ex_cite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.2.
|
5
|
+
version: 1.2.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- hab278
|
@@ -364,7 +364,7 @@ files:
|
|
364
364
|
- test/integration/navigation_test.rb
|
365
365
|
- test/unit/ex_cite/citation_test.rb
|
366
366
|
- test/unit/helpers/ex_cite/cite_helper_test.rb
|
367
|
-
homepage: https://github.com/NYULibraries/
|
367
|
+
homepage: https://github.com/NYULibraries/ex_cite
|
368
368
|
licenses: []
|
369
369
|
post_install_message:
|
370
370
|
rdoc_options: []
|