scratch_pad-filters-maruku 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'scratch_pad-filters-maruku'
6
- s.version = '0.0.1'
6
+ s.version = '0.0.2'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Raving Genius']
9
9
  s.email = ['rg+code@ravinggenius.com']
@@ -18,10 +18,10 @@ Gem::Specification.new do |s|
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
19
  s.require_paths = ['lib']
20
20
 
21
- s.add_dependency 'maruku'
21
+ s.add_dependency 'maruku'
22
22
 
23
- s.signing_key = '/home/thomas/certificates/gem-private_key.pem'
24
- s.cert_chain = [
25
- '/home/thomas/certificates/gem-public_cert.pem'
26
- ]
23
+ s.signing_key = '/home/thomas/certificates/gem-private_key.pem'
24
+ s.cert_chain = [
25
+ '/home/thomas/certificates/gem-public_cert.pem'
26
+ ]
27
27
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Raving Genius
metadata.gz.sig CHANGED
Binary file