picky-client 0.10.4 → 0.10.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. metadata +3 -4
  2. data/sinatra_prototype/Gemfile.lock +0 -38
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 10
8
- - 4
9
- version: 0.10.4
8
+ - 5
9
+ version: 0.10.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Florian Hanke
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-02 00:00:00 +01:00
17
+ date: 2010-11-03 00:00:00 +01:00
18
18
  default_executable: picky-client
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -50,7 +50,6 @@ files:
50
50
  - sinatra_prototype/book.rb
51
51
  - sinatra_prototype/config.ru
52
52
  - sinatra_prototype/Gemfile
53
- - sinatra_prototype/Gemfile.lock
54
53
  - sinatra_prototype/images/picky.png
55
54
  - sinatra_prototype/javascripts/compiler.jar
56
55
  - sinatra_prototype/javascripts/generate_bundles
@@ -1,38 +0,0 @@
1
- GEM
2
- remote: http://rubygems.org/
3
- specs:
4
- activesupport (3.0.1)
5
- backports (1.18.2)
6
- haml (3.0.23)
7
- i18n (0.4.2)
8
- monkey-lib (0.5.4)
9
- backports
10
- picky-client (0.10.1)
11
- yajl-ruby (>= 0.7.8)
12
- rack (1.2.1)
13
- sinatra (1.1.0)
14
- rack (~> 1.1)
15
- tilt (~> 1.1)
16
- sinatra-advanced-routes (0.5.1)
17
- monkey-lib (~> 0.5.0)
18
- sinatra (~> 1.0)
19
- sinatra-sugar (~> 0.5.0)
20
- sinatra-reloader (0.5.0)
21
- sinatra (~> 1.0)
22
- sinatra-advanced-routes (~> 0.5.0)
23
- sinatra-sugar (0.5.0)
24
- monkey-lib (~> 0.5.0)
25
- sinatra (~> 1.0)
26
- tilt (1.1)
27
- yajl-ruby (0.7.8)
28
-
29
- PLATFORMS
30
- ruby
31
-
32
- DEPENDENCIES
33
- activesupport
34
- haml
35
- i18n
36
- picky-client
37
- sinatra
38
- sinatra-reloader