shabng 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +1 -1
- data/bin/shabng +2 -3
- data/shabng.gemspec +1 -1
- 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.1.
|
15
|
+
==0.1.1 - 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
@@ -5,10 +5,9 @@ require 'parseconfig'
|
|
5
5
|
require 'rest-client'
|
6
6
|
require 'console_editor'
|
7
7
|
require 'xmlsimple'
|
8
|
-
|
9
|
-
require '../lib/post.rb'
|
8
|
+
require 'post.rb'
|
10
9
|
|
11
|
-
SB_VERSION = "0.1.
|
10
|
+
SB_VERSION = "0.1.1"
|
12
11
|
|
13
12
|
# get configuration file
|
14
13
|
# 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.1.
|
10
|
+
s.version = '0.1.1'
|
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Aaron Vegh
|