ex_cite 1.2.5 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,9 @@
1
- Mime::Type.register "application/x-url", :openurl
2
- Mime::Type.register "text/plain", :csf
3
- Mime::Type.register "application/json", :easybib
4
- Mime::Type.register "text/plain", :refworks_tagged
5
- Mime::Type.register "application/json", :csl
1
+ Mime::Type.register_alias "application/x-url", :openurl
2
+ Mime::Type.register_alias "text/plain", :csf
3
+ Mime::Type.register_alias "application/json", :easybib
4
+ Mime::Type.register_alias "text/plain", :refworks_tagged
5
+ Mime::Type.register_alias "application/json", :csl
6
6
 
7
- Mime::Type.register "text/html", :apa
8
- Mime::Type.register "text/html", :mla
9
- Mime::Type.register "text/html", :chicago_author_date
7
+ Mime::Type.register_alias "text/html", :apa
8
+ Mime::Type.register_alias "text/html", :mla
9
+ Mime::Type.register_alias "text/html", :chicago_author_date
@@ -1,3 +1,3 @@
1
1
  module ExCite
2
- VERSION = "1.2.5"
2
+ VERSION = "1.2.6"
3
3
  end