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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +4 -4
- data/lib/cybele/version.rb +1 -1
- data/templates/app/controllers/hq/dashboard_controller.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c31a1ecd2e7bdb37c5e48c6b823582c1a9bc9d1
|
|
4
|
+
data.tar.gz: e46499f2ac727e15ee0d4a668a17df266b633807
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
75
|
+
thread_safe (0.1.3)
|
|
76
76
|
atomic
|
|
77
77
|
tilt (1.4.1)
|
|
78
78
|
treetop (1.4.15)
|
data/lib/cybele/version.rb
CHANGED