dalli-ui 0.1.1 → 0.1.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 +4 -4
- data/.yardopts +6 -0
- data/readme.md +2 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8d028eefbd4d19b298c1e069d066ac9ca63a1e0
|
|
4
|
+
data.tar.gz: c69a3d2c7096bc18749eeb6a5791623e4aeb4603
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4aed69f59589ba5ee2c091e6193d0ffc376c5604e5640f14403304aded0dfa2ee419d7e4736408ee520a285162fc7612ccf8cf7d2d1ca70e9b751ce34950c5b2
|
|
7
|
+
data.tar.gz: b802dacd5086ac15de367d449812cfd0b8b69d43be33055713c3ae1dc0eb2a0806aa081c61c993197c58fdd5d87f6f7098d3fd16031ff79a2dac25af42f0e2e6
|
data/.yardopts
ADDED
data/readme.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Dalli UI
|
|
2
2
|
|
|
3
|
+
[](http://badge.fury.io/rb/dalli-ui)
|
|
4
|
+
|
|
3
5
|
[ ](https://codeship.io/projects/39299)
|
|
4
6
|
|
|
5
7
|
Dalli UI is a mountable engine for Rails apps that displays information about your [dalli](https://github.com/mperham/dalli) memcached instance and allows you to flush it from a web interface.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dalli-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pete Hawkins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -159,6 +159,7 @@ executables: []
|
|
|
159
159
|
extensions: []
|
|
160
160
|
extra_rdoc_files: []
|
|
161
161
|
files:
|
|
162
|
+
- ".yardopts"
|
|
162
163
|
- MIT-LICENSE
|
|
163
164
|
- Rakefile
|
|
164
165
|
- app/assets/javascripts/dalli/ui/application.js
|