hancock 0.0.7 → 0.0.8
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/README.md +4 -6
- data/Rakefile +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -28,8 +28,6 @@ Your Rackup File
|
|
|
28
28
|
# thin start -p PORT -R config.ru
|
|
29
29
|
require 'rubygems'
|
|
30
30
|
require 'hancock'
|
|
31
|
-
gem 'atmos-sinatra-ditties', '~>0.0.3'
|
|
32
|
-
require 'sinatra/ditties'
|
|
33
31
|
|
|
34
32
|
DataMapper.setup(:default, "sqlite3:///#{Dir.pwd}/development.db")
|
|
35
33
|
|
|
@@ -70,7 +68,6 @@ You need a few gems to function
|
|
|
70
68
|
|
|
71
69
|
% sudo gem install dm-core do_sqlite3
|
|
72
70
|
% sudo gem install sinatra ruby-openid
|
|
73
|
-
% sudo gem install atmos-sinatra-ditties
|
|
74
71
|
|
|
75
72
|
You need a few extra gems to run the specs
|
|
76
73
|
% sudo gem install rspec webrat rack-test cucumber
|
|
@@ -104,9 +101,9 @@ than sqlite. This runs the initial user migration to bootstrap your db.
|
|
|
104
101
|
|
|
105
102
|
Here's how you setup most frameworks as consumers. In a production environment you'd lock this down
|
|
106
103
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
*
|
|
104
|
+
Feedback
|
|
105
|
+
========
|
|
106
|
+
* [Google Group][googlegroup]
|
|
110
107
|
|
|
111
108
|
Sponsored By
|
|
112
109
|
============
|
|
@@ -128,3 +125,4 @@ Sponsored By
|
|
|
128
125
|
[oauth]: http://oauth.net/
|
|
129
126
|
[sreg]: http://openid.net/specs/openid-simple-registration-extension-1_0.html#response_format
|
|
130
127
|
[simpledb]: http://aws.amazon.com/simpledb/
|
|
128
|
+
[googlegroup]: http://groups.google.com/group/hancock-users
|
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ require 'spec/rake/spectask'
|
|
|
6
6
|
require 'cucumber/rake/task'
|
|
7
7
|
|
|
8
8
|
GEM = "hancock"
|
|
9
|
-
GEM_VERSION = "0.0.
|
|
9
|
+
GEM_VERSION = "0.0.8"
|
|
10
10
|
AUTHOR = ["Corey Donohoe", "Tim Carey-Smith"]
|
|
11
11
|
EMAIL = [ "atmos@atmos.org", "tim@spork.in" ]
|
|
12
12
|
HOMEPAGE = "http://github.com/atmos/hancock"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hancock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Corey Donohoe
|
|
@@ -10,7 +10,7 @@ autorequire: hancock
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-
|
|
13
|
+
date: 2009-07-04 00:00:00 -06:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|