karottenreibe-qwicky 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ 0.0.2
2
+ =====
3
+
4
+ * Some minor bugfixes
5
+
1
6
  0.0.1
2
7
  =====
3
8
 
@@ -23,6 +23,11 @@ Let me know!
23
23
  Usage
24
24
  -----
25
25
 
26
+ 0. Install it, if you haven't already:
27
+
28
+ gem sources -a http://gems.github.com
29
+ gem install karottenreibe-qwicky
30
+
26
31
  1. Start it:
27
32
 
28
33
  qwicky
data/qwicky.gemspec CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{qwicky}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Fabian Streitel"]
9
9
  s.date = %q{2009-06-15}
10
10
  s.description = %q{Qwicky is a REALLY small wiki implementation using Sinatra, DataMapper and SQLite3.}
11
11
  s.email = %q{karottenreibe@gmail.com}
12
- s.files = ["HISTORY.txt", "README.txt", "LICENSE.txt", "bin/qwicky", "qwicky.gemspec"]
12
+ s.files = ["HISTORY.markdown", "README.markdown", "LICENSE.txt", "bin/qwicky", "qwicky.gemspec"]
13
13
  s.has_rdoc = false
14
14
  s.homepage = %q{http://github.com/karottenreibe/qwicky}
15
15
  s.rubygems_version = %q{1.3.0}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: karottenreibe-qwicky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabian Streitel
@@ -71,8 +71,8 @@ extensions: []
71
71
  extra_rdoc_files: []
72
72
 
73
73
  files:
74
- - HISTORY.txt
75
- - README.txt
74
+ - HISTORY.markdown
75
+ - README.markdown
76
76
  - LICENSE.txt
77
77
  - bin/qwicky
78
78
  - qwicky.gemspec