secret_data 0.0.1 → 0.0.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.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Build Status](https://secure.travis-ci.org/wenzowski/secret-data.png)](http://travis-ci.org/wenzowski/secret-data)
1
+ [![Build Status](https://secure.travis-ci.org/wenzowski/secret_data.png)](http://travis-ci.org/wenzowski/secret_data)
2
2
 
3
3
  SecretData
4
4
  ==========
@@ -1,3 +1,3 @@
1
1
  class SecretData
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -1,5 +1,5 @@
1
1
  require 'spec_helper'
2
2
 
3
3
  describe SecretData do
4
- it { SecretData::VERSION.should eq('0.0.1'), "Please don't bump the version." }
4
+ it { SecretData::VERSION.should eq('0.0.2'), "Please don't bump the version." }
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: secret_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -49,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
49
  version: '0'
50
50
  segments:
51
51
  - 0
52
- hash: -2849534964713371609
52
+ hash: -957396940765092584
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  none: false
55
55
  requirements:
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  version: '0'
59
59
  segments:
60
60
  - 0
61
- hash: -2849534964713371609
61
+ hash: -957396940765092584
62
62
  requirements: []
63
63
  rubyforge_project:
64
64
  rubygems_version: 1.8.24