dalli-ui 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +6 -0
  3. data/readme.md +2 -0
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f59047792a1bb752edc7f6dc89560b2c60f8c994
4
- data.tar.gz: e17b9e83b4f7346a51b2a1200895092e5ad3d472
3
+ metadata.gz: f8d028eefbd4d19b298c1e069d066ac9ca63a1e0
4
+ data.tar.gz: c69a3d2c7096bc18749eeb6a5791623e4aeb4603
5
5
  SHA512:
6
- metadata.gz: 5ee890cdfa33120fdc5c1838a884e025996a509d173af31c849eac667cd2d3b693d82755f3f39579403d4ec24a91ec02a669b37286af2af0e8acb732ba3fb64e
7
- data.tar.gz: 022c3b9d5528d2706750f8a22b3f77fde27174e58b6f07a274be9286173272ca0a717c2ad156a2aa51a9b02b26655450838af964ff266d001db9dc1df9b34085
6
+ metadata.gz: 4aed69f59589ba5ee2c091e6193d0ffc376c5604e5640f14403304aded0dfa2ee419d7e4736408ee520a285162fc7612ccf8cf7d2d1ca70e9b751ce34950c5b2
7
+ data.tar.gz: b802dacd5086ac15de367d449812cfd0b8b69d43be33055713c3ae1dc0eb2a0806aa081c61c993197c58fdd5d87f6f7098d3fd16031ff79a2dac25af42f0e2e6
@@ -0,0 +1,6 @@
1
+ --no-private
2
+ --protected
3
+ --markup-provider=redcarpet
4
+ --markup=markdown
5
+ --readme readme.md lib/**/*.rb
6
+ - MIT-LICENSE
data/readme.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Dalli UI
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/dalli-ui.svg)](http://badge.fury.io/rb/dalli-ui)
4
+
3
5
  [ ![Codeship Status for phawk/dalli-ui](https://codeship.io/projects/97682f30-2dfb-0132-c2b8-5e5bd29e6176/status)](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.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-16 00:00:00.000000000 Z
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