test_rubygem 0.0.11 → 0.0.12

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.
Files changed (3) hide show
  1. data/README.md +2 -2
  2. data/lib/test_rubygem/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- test_gem
1
+ test_rubygem
2
2
  ========
3
3
 
4
- This is a simple test gem used for testing Rubygems API Client. Do NOT use.
4
+ This is a simple test gem used for testing Rubygems API Client. Do NOT use.
@@ -23,7 +23,7 @@
23
23
  module TestRubyGem
24
24
  MAJOR = 0
25
25
  MINOR = 0
26
- TINY = 11
26
+ TINY = 12
27
27
  PRE = nil
28
28
  VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.')
29
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_rubygem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-20 00:00:00.000000000 Z
12
+ date: 2013-07-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler