shabng 0.0.9 → 0.1.0
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.
- data/HISTORY +1 -1
- data/bin/shabng +1 -1
- 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.0
|
|
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
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
|
|
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
+
- 1
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.9
|
|
10
|
+
version: 0.1.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Aaron Vegh
|