triannon 0.7.0 → 0.7.1

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: d962055a1eab01f2506013e1b964c52c4e8f53b8
4
- data.tar.gz: 2015fcbfba7f07fed353a59250a044376863aad0
3
+ metadata.gz: c06b2318bdc1a94d4146dc592bb7b4fcb342f15b
4
+ data.tar.gz: 0ff0a8f5ead3e6f81b43581608de22f9024db270
5
5
  SHA512:
6
- metadata.gz: a267c5b3a4c2fd76e386ca1b9f6e196dd5905a94c9590c9698ec906add9614df8c512d6382ce2c17f7aad619dc608435904dfe28fbd22748b2df87532310340e
7
- data.tar.gz: c22b8ddb6e7b659598f879aceefa008345b35995b8945b8aa57a218162f5b29a5cc2e2bc420034727e02af14624fc113949165acfb11ab7331d7c9f6b7073d03
6
+ metadata.gz: 40452508dfc9e3a9a131ab837b4e1042d38fa2fdcb11d4dd6066e492f0a287d832a8858c2985866d92e8d48302110d250794a602bcd88a4fad434cc633e90df5
7
+ data.tar.gz: 91b264efab1f7449eed84376f5b8019f2a734ad43037377908e0d6c269f90529a8c2a2f4125d3b2bb03a92972892d3a79526d1403ba3379d497456a8815457d6
data/README.md CHANGED
@@ -50,10 +50,10 @@ Set up caching for jsonld context documents:
50
50
  ** add to Gemfile:
51
51
 
52
52
  ```ruby
53
- gem 'rest-client', '~> 1.7.3' # problem with rest-client 1.8.0 and rest-client-components
53
+ gem 'rest-client'
54
54
  gem 'rack-cache'
55
55
  gem 'rest-client-components'
56
- ```
56
+ ```
57
57
  *** bundle install
58
58
  ** create a config/initializers/rest_client.rb
59
59
 
@@ -91,7 +91,7 @@ NOTE: implementation of Annotation Lists is coming!
91
91
  * see https://github.com/sul-dlss/triannon/blob/master/app/controllers/triannon/annotations_controller.rb #show method for mime formats accepted
92
92
 
93
93
  #### JSON-LD context
94
- You can request IIIF or OA context for jsonld.
94
+ You can request IIIF or OA context for jsonld.
95
95
 
96
96
  The correct way:
97
97
  * use HTTP `Accept` header with mime type and context url:
@@ -30,7 +30,7 @@ production:
30
30
  end
31
31
 
32
32
  def add_linked_data_caching
33
- gem 'rest-client', '~> 1.7.3' # problem with rest-client 1.8.0 and rest-client-components
33
+ gem 'rest-client'
34
34
  gem 'rack-cache'
35
35
  gem 'rest-client-components'
36
36
 
@@ -1,3 +1,3 @@
1
1
  module Triannon
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: triannon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-04-06 00:00:00.000000000 Z
13
+ date: 2015-04-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -282,16 +282,16 @@ dependencies:
282
282
  name: rest-client
283
283
  requirement: !ruby/object:Gem::Requirement
284
284
  requirements:
285
- - - "~>"
285
+ - - ">="
286
286
  - !ruby/object:Gem::Version
287
- version: 1.7.3
287
+ version: '0'
288
288
  type: :development
289
289
  prerelease: false
290
290
  version_requirements: !ruby/object:Gem::Requirement
291
291
  requirements:
292
- - - "~>"
292
+ - - ">="
293
293
  - !ruby/object:Gem::Version
294
- version: 1.7.3
294
+ version: '0'
295
295
  - !ruby/object:Gem::Dependency
296
296
  name: rest-client-components
297
297
  requirement: !ruby/object:Gem::Requirement