adminpanel 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f84a209292db49342941725abd3f75e4f12c3058
4
- data.tar.gz: 41a69bde0bfab0a8b24bee98a6ca75564966a51e
3
+ metadata.gz: 4a6202bf9291b800184c66b435b4d05d6e3b4c5c
4
+ data.tar.gz: 3bd657bc309cc5dc35d0614fbd061e92b9d9f30f
5
5
  SHA512:
6
- metadata.gz: 20fdceadae757d3108d236257263300231dda0f5ef36814e03bbadea1d39ad571fb986858080efacfbe9d3fd4e89be064b3aff62430eb9d8c3219d940a9da6d9
7
- data.tar.gz: 2214f3c49105376a9397952a80384ed292a116064fd1dce0248d4796c4ae5d0874c19e414feb5f0b318bc02a2aa44c3c489a5ca73063b7a70ce984447f239e24
6
+ metadata.gz: f47e42afe37de0b2d1248b86b37db26b420904950a2de1e67825d329173d9923a12f47638f8f0fa8f89a93e3ebffac00310148a149bf364c7b7ea8eb87870e14
7
+ data.tar.gz: c6e726cbf6c03cea34668b3754c1f3f5a039d542d0c116f094f6d2ef0e3c701a233467505673539f0a0cfca11bace4bbb4edd2f39e81a269cec34fdf516a41d6
data/adminpanel.gemspec CHANGED
@@ -8,7 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Adminpanel::VERSION
9
9
  spec.authors = ['Jose Ramon Camacho', 'Victor Camacho']
10
10
  spec.email = ['info@codn.mx']
11
- spec.description = %q{Gem that makes the CMS for a site a breeze!, supports facebook sharing, twitter, instagram and analytics integration}
11
+ spec.description = %q{Gem that makes the CMS for a site a breeze!, supports
12
+ facebook sharing, twitter, instagram and google analytics integration}
12
13
  spec.summary = %q{Made with <3 by CoDN}
13
14
  spec.homepage = 'https://github.com/joseramonc/adminpanel'
14
15
  spec.license = 'MIT'
data/lib/adminpanel.rb CHANGED
@@ -4,7 +4,7 @@ require 'inherited_resources'
4
4
  require 'carrierwave'
5
5
  require 'carrierwave/orm/activerecord'
6
6
  require 'google/api_client'
7
- require 'cancan'
7
+ require 'cancancan'
8
8
  require 'font-awesome-rails'
9
9
  require 'koala'
10
10
  require 'twitter'
@@ -1,3 +1,3 @@
1
1
  module Adminpanel
2
- VERSION = "2.2.0"
2
+ VERSION = "2.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adminpanel
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Ramon Camacho
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-11 00:00:00.000000000 Z
12
+ date: 2014-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -365,8 +365,9 @@ dependencies:
365
365
  - - ">="
366
366
  - !ruby/object:Gem::Version
367
367
  version: 1.5.1
368
- description: Gem that makes the CMS for a site a breeze!, supports facebook sharing,
369
- twitter, instagram and analytics integration
368
+ description: |-
369
+ Gem that makes the CMS for a site a breeze!, supports
370
+ facebook sharing, twitter, instagram and google analytics integration
370
371
  email:
371
372
  - info@codn.mx
372
373
  executables: []