annotot 0.2.0 → 0.2.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: c5bd1207b3ba2bb60701673db33de0b9953e1e77
4
- data.tar.gz: f9bb150456f7b2762f746aec0e66f1ed065b98af
3
+ metadata.gz: be4df7aa9f2057db9fca11f7d9d502aca19f0e5f
4
+ data.tar.gz: f61ed7cc230a9baa013a802d28a0a303cafcc565
5
5
  SHA512:
6
- metadata.gz: 8f34b47a7bfa1d9d8bf350504d84ea16f86542485c44986de3a8aa96fc92ca0eab528398eb8c18c04644237c94c719dbd9f1099528e574a5fb34f5b91f6ef6a9
7
- data.tar.gz: b40be90b397744e72359223532cdcfa3e7e594f0b9701c66faf3c1ad6cb6376f1abc1955404dff3124be238ab6a54a2a5f6ff099e8434eb29b1d7e484a224957
6
+ metadata.gz: a8d2afb622d7478d7572a5d51c7da7812a33d2ce53218b33c975f9ca535a6e8d1e1144a87e35a64cf0ec5c7540675f5485506e95f3fcae54802952e18cfedc0b
7
+ data.tar.gz: c394334b580a956cada38ca7848a51f14b6780eaa566e5d09b5b3b0c81be948121986bd0aff73c96c6c62081df5141e0e52bfb445768b0bf5a64f70dd1f9dde3
@@ -1,3 +1,3 @@
1
1
  module Annotot
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: annotot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Reed
@@ -116,7 +116,7 @@ files:
116
116
  - app/models/annotot/annotation.rb
117
117
  - app/models/annotot/application_record.rb
118
118
  - app/views/annotot/annotations/index.json.erb
119
- - app/views/annotot/annotations/list.json.jbuilder
119
+ - app/views/annotot/annotations/lists.json.jbuilder
120
120
  - app/views/layouts/annotot/application.html.erb
121
121
  - config/routes.rb
122
122
  - db/migrate/20180215183225_create_annotot_annotations.rb