shabng 0.0.5 → 0.0.6

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/lib/post.rb +0 -3
  2. data/shabng.gemspec +2 -2
  3. metadata +3 -3
data/lib/post.rb CHANGED
@@ -72,9 +72,6 @@ class Post
72
72
  # get all categories
73
73
  xml = RestClient.get @urlstring + "/categories", :params=>{:api_key => @apikey}
74
74
  post = XmlSimple.xml_in(xml)
75
- require 'rubygems'
76
- require 'ap'
77
- #ap(post)
78
75
  post["category"].each do |c|
79
76
  puts "[" + c["id"].first["content"] + "] " + c["name"].first
80
77
  end
data/shabng.gemspec CHANGED
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.specification_version = 2 if s.respond_to? :specification_version=
3
3
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
4
- s.rubygems_version = '0.0.5'
4
+ s.rubygems_version = '0.0.6'
5
5
 
6
6
  ## Leave these as is they will be modified for you by the rake gemspec task.
7
7
  ## If your rubyforge_project name is different, then edit it and comment out
8
8
  ## the sub! line in the Rakefile
9
9
  s.name = 'shabng'
10
- s.version = '0.0.5'
10
+ s.version = '0.0.6'
11
11
  s.date = '2010-11-12'
12
12
  s.rubyforge_project = 'shabng'
13
13
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shabng
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aaron Vegh