forest_liana 1.2.2 → 1.2.3

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: f9fa87aa10bf1f8d85f894cf9f2d0dc2af38ff0d
4
- data.tar.gz: dca4e2cc4b32a865bfc5c43765c74edd66f61836
3
+ metadata.gz: 63fe87e797c46c64c8c5059f7054773fb12e817e
4
+ data.tar.gz: 9568308c8af832ec57a25f9f20914489776adb28
5
5
  SHA512:
6
- metadata.gz: 9a8cc85657046e34e65220ea1487093011a84b881bfc284e6ad3a5d1a652ceca753369c11740a121c31fce8a43a85fc921fa830e93200f0ce673dd1cddcea70f
7
- data.tar.gz: 0f6223f9eeb843df7a1afddc746dee0c9a9571c331b8fe0ba5744c2bcc8a6ace285a52a601a66b7b7c43ebfec656131a91f629c1cf29201a7faa069e83c03cc3
6
+ metadata.gz: 7d45f2a8f6516a1bdc2ed6e0b962533a170a104a6196090938f5d79da302bc37e8c514046d9314b14fc2ed7e2adbcdb318cfb29602c765d6e06972e9ac427dd4
7
+ data.tar.gz: b42d6537705ab263df6942513fed9f6a8f6eeaa45ad9dd9d913b51ff0fc55ac1aeb00ffce43f37363d5dd27ebacff092ae49dd595439e3ad22116769d9baf3f7
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-01 00:00:00.000000000 Z
11
+ date: 2016-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -208,7 +208,6 @@ files:
208
208
  - app/services/forest_liana/value_stat_getter.rb
209
209
  - app/views/layouts/forest_liana/application.html.erb
210
210
  - config/initializers/arel-helpers.rb
211
- - config/initializers/mimetype.rb
212
211
  - config/initializers/time_formats.rb
213
212
  - config/routes.rb
214
213
  - lib/forest_liana.rb
@@ -1,14 +0,0 @@
1
- api_mime_types = %W(
2
- application/vnd.api+json
3
- text/x-json
4
- application/json
5
- )
6
-
7
- api_mime_types = %w(
8
- text/x-json
9
- application/jsonrequest
10
- application/vnd.api+json
11
- )
12
-
13
- Mime::Type.unregister :json
14
- Mime::Type.register 'application/json', :json, api_mime_types