hierapolis-rails 1.0.1 → 1.0.2

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: 359c7278f5f1569ed4dbc505d0d7e6f7fc499546
4
- data.tar.gz: 7a11e57df77ed68762cc4bdfaa4a6ca386515c9f
3
+ metadata.gz: 938dc9769936bba7a557b5ecb3a4cbfd8ebccb82
4
+ data.tar.gz: 7a386d0437c6f85b21e0eb559a01e8e12f83c3ef
5
5
  SHA512:
6
- metadata.gz: 0286303bf45c9bf4168d1ba09ebb03e1ef430bf272541b9f717d51f4ae7adbc0bea7910b3eacfd86472980e86667c90613190e56289d47fe2a2d83fd753f5790
7
- data.tar.gz: c35b3bd77a35a20089c012c2e091c347f9209952875a7ac2e0fe4b724c5294492c25a54af2409c62eec67a5387dae03c4df24e2ddfccf382cc984a7bc5610107
6
+ metadata.gz: 664a3951b0009962a6239e7a23404c24f614a60e27f07f7007a49b7e03d2c8518fb076f8037d461fa5faf7726f6ac12802371035242f6d51f62fbf7011e74282
7
+ data.tar.gz: 30ba41b6ab72c4dfd70f6182b15bf84715f8971278f978cf61bfd22d8fe0f6ee531d4b7a85b31444da50b2f1ef6ec4ceb3400f6fa73340d0b952c16f24e7db2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
 
2
2
  #### [Current]
3
+ * [07c61c1](../../commit/07c61c1) - __(Muhammet DİLEK)__ ransack version updated
4
+ * [1d8fa46](../../commit/1d8fa46) - __(Ahmet Sezgin Duran)__ LAB-31 #time 1m Add named logo
5
+ * [3e6017e](../../commit/3e6017e) - __(Ahmet Sezgin Duran)__ LAB-31 #time 1m Fix year information
6
+ * [bf9ac6e](../../commit/bf9ac6e) - __(Ahmet Sezgin Duran)__ LAB-31 #time 3m Update README.md
7
+ * [9f53231](../../commit/9f53231) - __(Onur Özgür ÖZKAN)__ Update font-awesome version.
8
+ * [30ae2fe](../../commit/30ae2fe) - __(Onur Ozgur OZKAN)__ Bump version 1.0.1
9
+ * [537f042](../../commit/537f042) - __(Onur Ozgur OZKAN)__ Change ransack version 1.0.0 to 1.1.0 for Rails 4.1.x support
10
+
11
+ #### 1.0.0
12
+ * [0a6dfff](../../commit/0a6dfff) - __(Muhammet DİLEK)__ bump version 1.0.0
3
13
  * [548292a](../../commit/548292a) - __(Muhammet DİLEK)__ [#10](../../issues/10) Turbolinks Incompatibly
4
14
  * [088758f](../../commit/088758f) - __(Muhammet DİLEK)__ [#8](../../issues/8) Add turbolinks track parameter to assets
5
15
  * [3d6b2b8](../../commit/3d6b2b8) - __(Onur Özgür ÖZKAN)__ [#11](../../issues/11) Remove unnecessary code block.
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 lab2023 - internet technologies
1
+ Copyright (c) 2014 lab2023 - information technologies
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -43,7 +43,6 @@ Add these lines to application.js
43
43
  ```
44
44
 
45
45
 
46
-
47
46
  ## Contributing
48
47
 
49
48
  1. Fork it
@@ -51,3 +50,15 @@ Add these lines to application.js
51
50
  3. Commit your changes (`git commit -am 'Add some feature'`)
52
51
  4. Push to the branch (`git push origin my-new-feature`)
53
52
  5. Create new Pull Request
53
+
54
+ ## Credits
55
+
56
+ ![lab2023](http://lab2023.com/assets/images/named-logo.png)
57
+
58
+ - hierapolis-rails is maintained and funded by [lab2023 - information technologies](http://lab2023.com/)
59
+ - Thank you to all the [contributors!](https://github.com/lab2023/hierapolis-rails/graphs/contributors)
60
+ - The names and logos for lab2023 are trademarks of lab2023, inc.
61
+
62
+ ## License
63
+
64
+ Copyright 2014 lab2023 – information technologies
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.add_runtime_dependency 'show_for', '~> 0.3.0.rc'
24
24
  spec.add_runtime_dependency 'will_paginate', '~> 3.0.3'
25
25
  spec.add_runtime_dependency 'will_paginate-bootstrap', '~> 0.2.3'
26
- spec.add_runtime_dependency 'ransack', '~> 1.1.0'
26
+ spec.add_runtime_dependency 'ransack', '~> 1.2.3'
27
27
  spec.add_runtime_dependency 'breadcrumbs_on_rails', '~> 2.3.0'
28
28
  spec.add_runtime_dependency 'blankable', '~> 0.2.0'
29
29
  spec.add_runtime_dependency 'responder', '~> 0.2.4'
@@ -24,7 +24,7 @@
24
24
 
25
25
  / Stylesheets (Don't change include order)
26
26
  = stylesheet_link_tag 'application',
27
- '//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css',
27
+ '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css',
28
28
  media: 'all', 'data-turbolinks-track' => true
29
29
 
30
30
  %body.main{class: @page || 'page'}
@@ -37,4 +37,4 @@
37
37
  = render partial: 'layouts/partials/footer'
38
38
 
39
39
  / Google Analytics
40
- = render partial: 'layouts/partials/trackers'
40
+ = render partial: 'layouts/partials/trackers'
@@ -1,5 +1,5 @@
1
1
  module Hierapolis
2
2
  module Rails
3
- VERSION = '1.0.1'.freeze
3
+ VERSION = '1.0.2'.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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lab2023
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-10 00:00:00.000000000 Z
11
+ date: 2014-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - ~>
88
88
  - !ruby/object:Gem::Version
89
- version: 1.1.0
89
+ version: 1.2.3
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ~>
95
95
  - !ruby/object:Gem::Version
96
- version: 1.1.0
96
+ version: 1.2.3
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: breadcrumbs_on_rails
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
247
  version: '0'
248
248
  requirements: []
249
249
  rubyforge_project:
250
- rubygems_version: 2.2.0
250
+ rubygems_version: 2.1.11
251
251
  signing_key:
252
252
  specification_version: 4
253
253
  summary: this gem using to  integrate hierapolis theme  on rails project.