cocainum 0.13 → 0.14

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: e649a5104e6ba7511252a20e312f5a0c77039fdb
4
- data.tar.gz: c37e7578ecdde7c5f0fead5fb9a4d13309a7a6d3
3
+ metadata.gz: 67cfc1b92f14c9e7bd592937d1144e5d1a5ce042
4
+ data.tar.gz: fc6ded6010ba4c7786fca5af38c0e5bf6f0abfc4
5
5
  SHA512:
6
- metadata.gz: 5101f11b802544375677c65098e2e176d3fd163c932e9f801f622daf5b415783910abe6ee764a03a107af196dedc5aaf2da46dea738b850cfda85029e4e5c856
7
- data.tar.gz: f0883e1e387cdc649431839f80454c000b0e496aff5973b7fc0eb98ccb7005d4991088e35ea2476a5354d00adbb08d4056df1c8137918417bbdd7680be58861b
6
+ metadata.gz: 4cca63072d9a3f685c5973d71587e62edd066c1518c642ec01adc4a3399bfe6782042b32274fa67ca2e82857656e733710a55a1b21a1071f755da0a7ebd58b74
7
+ data.tar.gz: e25213cc65417e02e5baa4c0b6d36f1773915581a244d33dc0f231a46506c7b42e4723a24865b1781af2a5901ce83d762a7bd8be4c5eadcc9517b084c44b673e
data/deploy.sh CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/bin/sh
2
2
 
3
3
  gem build ./cocainum.gemspec
4
- gem push ./cocainum-0.13.gem
4
+ gem push ./cocainum-0.14.gem
@@ -72,7 +72,7 @@ module Cocainum
72
72
  end
73
73
 
74
74
  def tags_prepare tags
75
- tags.map! { |tag| tag.gsub! /[^a-z0-9]/i, '_' } if tags.class == Array
75
+ tags.map! { |tag| tag != '*' ? tag.gsub!(/[^a-z0-9]/i, '_') : tag } if tags.class == Array
76
76
  end
77
77
 
78
78
  def remove(namespace, key)
@@ -1,3 +1,3 @@
1
1
  module Cocainum
2
- VERSION = '0.13'
2
+ VERSION = '0.14'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocainum
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.13'
4
+ version: '0.14'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Elmanov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-26 00:00:00.000000000 Z
11
+ date: 2014-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocaine-framework-ruby