remotty-rails 0.0.17 → 0.1.0

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: 0764b90de4e797aaa91433a67887e93e3bdf76ea
4
- data.tar.gz: 632187899a1d5278d052945902f174f949d51127
3
+ metadata.gz: e80b9e9073ddf71e6601144cfa9f980840379c38
4
+ data.tar.gz: 07ceffab0fafd38523582f428cc64bf45828bd39
5
5
  SHA512:
6
- metadata.gz: 91bead069771217f80599a76fe38e57c77645e74e5af74e78c8515f087cce17ca4336d2aeb43e86b18c7ed3e5eadf6a46ca8c88ef53c479788b768c3248f6f15
7
- data.tar.gz: 3b9995d39f68dda2d2a073afd95833141ff4d87623c8e8ef0c2941529ee2c30cc3069173eda574c28440b2c62b6ae72d41a9d5b945634c046940761c646e1eeb
6
+ metadata.gz: c22e00f18dc110f1926b78e0e21522c0403b6fd75ec8e2b049f73659a2a6b27517407e7ff1b0a941db13da4a744f9d1420840f39b92efd30b9e6d905fdb780cc
7
+ data.tar.gz: b77bd588146632d4690456dbc3534990eda5e45698fc33ca030102cbe2728592fe11cbf7978cb616cdcb31751a5fbf1f88a4c329a75f728fd73c36a873cf2c58
@@ -0,0 +1,3 @@
1
+ # 0.1.0
2
+
3
+ - remove MimeResponds for rails 4.2
@@ -8,10 +8,6 @@ module Remotty::BaseApplicationController
8
8
  # To resolve the following error: ActionController::UnknownFormat
9
9
  include ActionController::StrongParameters
10
10
 
11
- # To resolve the following error: undefined method `respond_to'
12
- # http://railscasts.com/episodes/348-the-rails-api-gem?language=ko&view=asciicast
13
- include ActionController::MimeResponds
14
-
15
11
  # To resolve the following error: undefined method `default_render'
16
12
  # https://github.com/rails-api/rails-api/issues/93
17
13
  include ActionController::ImplicitRender
@@ -1,5 +1,5 @@
1
1
  module Remotty
2
2
  module Rails
3
- VERSION = '0.0.17'
3
+ VERSION = '0.1.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remotty-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chungsub Kim
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-09 00:00:00.000000000 Z
12
+ date: 2014-12-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack-cors
@@ -202,6 +202,7 @@ extensions: []
202
202
  extra_rdoc_files: []
203
203
  files:
204
204
  - ".gitignore"
205
+ - CHANGELOG.md
205
206
  - Gemfile
206
207
  - LICENSE.txt
207
208
  - README.md