cpsn 0.5.0 → 0.5.1

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/Rakefile +1 -0
  2. data/VERSION +1 -1
  3. metadata +3 -4
data/Rakefile CHANGED
@@ -18,6 +18,7 @@ begin
18
18
  gem.add_dependency "json", ">= 1.1.7"
19
19
  # there's nothing in lib, so ignore it to quelch warnings during install
20
20
  gem.require_paths = ["bin"]
21
+ gem.extra_rdoc_files = ""
21
22
  end
22
23
  Jeweler::GemcutterTasks.new
23
24
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpsn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Bowes
@@ -38,9 +38,8 @@ executables:
38
38
  - cpsn
39
39
  extensions: []
40
40
 
41
- extra_rdoc_files:
42
- - README.mkd
43
- - TODO
41
+ extra_rdoc_files: []
42
+
44
43
  files:
45
44
  - .gitignore
46
45
  - README.mkd