shabng 0.0.3 → 0.0.4

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/bin/shabng +1 -1
  2. data/shabng.gemspec +2 -2
  3. metadata +3 -3
data/bin/shabng CHANGED
@@ -8,7 +8,7 @@ require 'xmlsimple'
8
8
  require 'ap'
9
9
  require 'post.rb'
10
10
 
11
- SB_VERSION = "0.0.2"
11
+ SB_VERSION = "0.0.4"
12
12
 
13
13
  # get configuration file
14
14
  # and conduct testing to ensure proper setup
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.3'
4
+ s.rubygems_version = '0.0.4'
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.3'
10
+ s.version = '0.0.4'
11
11
  s.date = '2010-11-11'
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: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aaron Vegh