shabng 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/HISTORY +1 -1
  2. data/bin/shabng +1 -1
  3. data/shabng.gemspec +1 -1
  4. metadata +3 -3
data/HISTORY CHANGED
@@ -12,6 +12,6 @@
12
12
  ==0.0.8 - November 14, 2010
13
13
  * Addition of sequence attribute for categories (same technique and reason as for posts...)
14
14
 
15
- ==0.0.9
15
+ ==0.1.0 - November 16, 2010
16
16
  * Fixed bug with listing of categories (says you're looking at posts...)
17
17
  * Initial support for images, using the new asset command. In this iteration, assets are tied to posts. You can upload images, video, files, audio... a URL is supplied in the list assets [num] command which you can then use in your post.
data/bin/shabng CHANGED
@@ -8,7 +8,7 @@ require 'xmlsimple'
8
8
  #require 'ap'
9
9
  require '../lib/post.rb'
10
10
 
11
- SB_VERSION = "0.0.8"
11
+ SB_VERSION = "0.1.0"
12
12
 
13
13
  # get configuration file
14
14
  # and conduct testing to ensure proper setup
data/shabng.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
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.9'
10
+ s.version = '0.1.0'
11
11
  s.date = '2010-11-16'
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: 13
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 9
10
- version: 0.0.9
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aaron Vegh