hierapolis-rails 1.0.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a57c760c4451048b5d26c9143a0d2e7e48122c71
4
- data.tar.gz: 4fff25442d2c6c1cbb9d3f835d839e53c3ae6075
3
+ metadata.gz: 05a8cc1c35b6a1ed2646226350a370827cf455ad
4
+ data.tar.gz: c8a6ba2825b2619af89fae33bffe6589ea882598
5
5
  SHA512:
6
- metadata.gz: 68e83376909abf97479841cc35da4d0d158f9fff7dc768ba434ffb0b7ad6d3ea6c31f841cce925e97d80bde8f7507b659365ee60f9fcf926dd5382e4a33bd3c7
7
- data.tar.gz: d866eff182253619a7b07e4f35d95017bf26457af4d649196dc8342288c0b8bc00c6fec4ab15f7ae1572e96d95f344c0e768bef5b6b06102793e9ab2a264f6ab
6
+ metadata.gz: cb2e42ee7fd007c5b8c95cd73a4f8cac2620e0f1cec3e62522dc1479e84808a44061066fbf1cfa82ed193b3307873a19d71062208c3719374c1eb70a9e212ccb
7
+ data.tar.gz: fa1a62300c63147fd507564765bd883472e4b975458be4bff21ca02a976da7ba52623ee0e38963c8ac87a6271e70e8dfe38d27c377eddda9209ba5b4f063e726
data/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  #### [Current]
3
-
4
-
5
- #### 1.0.3
3
+ * [401ccdb](../../commit/401ccdb) - __(Muhammet DILEK)__ support rails 4.1
4
+ * [f614aef](../../commit/f614aef) - __(Tayfun Ozis ERIKAN)__ Dependency versions were fixed
5
+ * [617a070](../../commit/617a070) - __(Tayfun Ozis ERIKAN)__ Version string was updated.
6
6
  * [c52d5f1](../../commit/c52d5f1) - __(Tayfun Ozis ERIKAN)__ Bump version 1.0.3
7
7
  * [96c0ca1](../../commit/96c0ca1) - __(Tayfun Ozis ERIKAN)__ TB-36 #time 10m Turbolinks events was added to application js files
8
8
 
@@ -2,7 +2,7 @@
2
2
  <% module_namespacing do -%>
3
3
  class <%= controller_class_name %>Controller < ApplicationController
4
4
  before_action :<%= "set_#{singular_table_name}" %>, only: [:show, :edit, :update, :destroy]
5
- add_breadcrumb I18n.t('activerecord.models.<%= table_name %>'), :<%= table_name %>_path
5
+ add_breadcrumb I18n.t('activerecord.models.<%= singular_table_name %>'), :<%= table_name %>_path
6
6
  <% unless options[:singleton] -%>
7
7
  def index
8
8
  @search = <%= class_name %>.search(params[:q])
@@ -34,7 +34,7 @@ class <%= controller_class_name %>Controller < ApplicationController
34
34
  end
35
35
 
36
36
  def update
37
- @<%= orm_instance.update_attributes("#{singular_table_name}_params") %>
37
+ @<%= orm_instance.update("#{singular_table_name}_params") %>
38
38
  respond_with(@<%= file_name %>)
39
39
  end
40
40
 
@@ -1,5 +1,5 @@
1
1
  module Hierapolis
2
2
  module Rails
3
- VERSION = '1.0.3'.freeze
3
+ VERSION = '1.1.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hierapolis-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - lab2023
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-11 00:00:00.000000000 Z
11
+ date: 2014-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler