cybele 0.10.0 → 0.10.1

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: 840f41313ab4b0a855f0344de0a787602d11080c
4
- data.tar.gz: 452cbd72d11d3c1f3f74cfce5ac8d14dd8608d93
3
+ metadata.gz: 6c31a1ecd2e7bdb37c5e48c6b823582c1a9bc9d1
4
+ data.tar.gz: e46499f2ac727e15ee0d4a668a17df266b633807
5
5
  SHA512:
6
- metadata.gz: 6ae6e48efa8af494b4ceebb7b8ab3bdb21535ea12fdd953298522081adf26b8569d47753db637d2d3d3d4ff3c15bf9a1b05cd3c091f4ec9bf427a53a993d299a
7
- data.tar.gz: d6501650161edd49ec5277423cd2b230446212558fae8185090607e11a4e5b267ca61624ccf4472288a75b9b5498661811db2027bba09f5f57bf660ca28ef3c0
6
+ metadata.gz: 33de9b1ef4a03ac4472c429d95d563c065eff3dbffad7926342db4f9357eb997f5b8cb34577b81211d8b21570d518201f3048c2f2ea48a1d08f8ab9dea476e2f
7
+ data.tar.gz: 75538576b23e8d6cf118f3d79c4557ef7da51e654973cdb8208d9bd4a2200e16844633d613358dbb7f476a166d77c97789c10549142c023c09d2f47c8391b316
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
 
2
2
  #### [Current]
3
+ * [063a81e](../../commit/063a81e) - __(Muhammet DİLEK)__ dashboard base class fixed
4
+
5
+ #### 0.10.0
6
+ * [6e829f1](../../commit/6e829f1) - __(Muhammet DİLEK)__ bump version 0.10.0
3
7
  * [f73a240](../../commit/f73a240) - __(Muhammet DİLEK)__ [#85](../../issues/85) hierapolis-rails version fixed
4
8
  * [49e4146](../../commit/49e4146) - __(Muhammet DİLEK)__ [#85](../../issues/85) hierapolis-rails added
5
9
  * [0de956e](../../commit/0de956e) - __(Onur Ozgur OZKAN)__ [#78](../../issues/78) Add shoulda-context and show_for gems
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cybele (0.9.0)
4
+ cybele (0.10.0)
5
5
  bundler (~> 1.3)
6
6
  rails (~> 4.0.0)
7
7
 
@@ -33,7 +33,7 @@ GEM
33
33
  thread_safe (~> 0.1)
34
34
  tzinfo (~> 0.3.37)
35
35
  arel (4.0.0)
36
- atomic (1.1.13)
36
+ atomic (1.1.14)
37
37
  builder (3.1.4)
38
38
  erubis (2.7.0)
39
39
  hike (1.2.3)
@@ -43,7 +43,7 @@ GEM
43
43
  treetop (~> 1.4.8)
44
44
  mime-types (1.25)
45
45
  minitest (4.7.5)
46
- multi_json (1.7.9)
46
+ multi_json (1.8.0)
47
47
  polyglot (0.3.3)
48
48
  rack (1.5.2)
49
49
  rack-test (0.6.2)
@@ -72,7 +72,7 @@ GEM
72
72
  activesupport (>= 3.0)
73
73
  sprockets (~> 2.8)
74
74
  thor (0.18.1)
75
- thread_safe (0.1.2)
75
+ thread_safe (0.1.3)
76
76
  atomic
77
77
  tilt (1.4.1)
78
78
  treetop (1.4.15)
@@ -1,4 +1,4 @@
1
1
  module Cybele
2
- VERSION = '0.10.0'
2
+ VERSION = '0.10.1'
3
3
  end
4
4
 
@@ -1,4 +1,4 @@
1
- class Hq::DashboardController < Hq::BaseController
1
+ class Hq::DashboardController < Hq::ApplicationController
2
2
  def index
3
3
 
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybele
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lab2023