Commit 3c78afceba557b2af1d4f0a69c5b2adfa7a3a067

Authored by Nick Recobra
1 parent 5d98ec01
Exists in master and in 1 other branch production

Gemfile.lock removed to able platform switch.

Showing 2 changed files with 1 additions and 115 deletions   Show diff stats
.gitignore
... ... @@ -7,3 +7,4 @@ config/deploy.rb
7 7 config/mongoid.yml
8 8 .rvmrc
9 9 *~
  10 +Gemfile.lock
... ...
Gemfile.lock
... ... @@ -1,115 +0,0 @@
1   -GEM
2   - remote: http://rubygems.org/
3   - specs:
4   - abstract (1.0.0)
5   - actionmailer (3.0.3)
6   - actionpack (= 3.0.3)
7   - mail (~> 2.2.9)
8   - actionpack (3.0.3)
9   - activemodel (= 3.0.3)
10   - activesupport (= 3.0.3)
11   - builder (~> 2.1.2)
12   - erubis (~> 2.6.6)
13   - i18n (~> 0.4)
14   - rack (~> 1.2.1)
15   - rack-mount (~> 0.6.13)
16   - rack-test (~> 0.5.6)
17   - tzinfo (~> 0.3.23)
18   - activemodel (3.0.3)
19   - activesupport (= 3.0.3)
20   - builder (~> 2.1.2)
21   - i18n (~> 0.4)
22   - activerecord (3.0.3)
23   - activemodel (= 3.0.3)
24   - activesupport (= 3.0.3)
25   - arel (~> 2.0.2)
26   - tzinfo (~> 0.3.23)
27   - activeresource (3.0.3)
28   - activemodel (= 3.0.3)
29   - activesupport (= 3.0.3)
30   - activesupport (3.0.3)
31   - arel (2.0.4)
32   - bcrypt-ruby (2.1.2)
33   - bson (1.2.4)
34   - bson_ext (1.2.4)
35   - builder (2.1.2)
36   - database_cleaner (0.6.0)
37   - devise (1.1.3)
38   - bcrypt-ruby (~> 2.1.2)
39   - warden (~> 0.10.7)
40   - diff-lcs (1.1.2)
41   - erubis (2.6.6)
42   - abstract (>= 1.0.0)
43   - factory_girl (1.3.2)
44   - factory_girl_rails (1.0)
45   - factory_girl (~> 1.3)
46   - rails (>= 3.0.0.beta4)
47   - haml (3.0.24)
48   - i18n (0.4.2)
49   - libxml-ruby (1.1.4)
50   - mail (2.2.10)
51   - activesupport (>= 2.3.6)
52   - i18n (~> 0.4.1)
53   - mime-types (~> 1.16)
54   - treetop (~> 1.4.8)
55   - mime-types (1.16)
56   - mongo (1.2.4)
57   - bson (>= 1.2.4)
58   - mongoid (2.0.0.rc.7)
59   - activemodel (~> 3.0)
60   - mongo (~> 1.2)
61   - tzinfo (~> 0.3.22)
62   - will_paginate (~> 3.0.pre)
63   - polyglot (0.3.1)
64   - rack (1.2.1)
65   - rack-mount (0.6.13)
66   - rack (>= 1.0.0)
67   - rack-test (0.5.6)
68   - rack (>= 1.0)
69   - rails (3.0.3)
70   - actionmailer (= 3.0.3)
71   - actionpack (= 3.0.3)
72   - activerecord (= 3.0.3)
73   - activeresource (= 3.0.3)
74   - activesupport (= 3.0.3)
75   - bundler (~> 1.0)
76   - railties (= 3.0.3)
77   - railties (3.0.3)
78   - actionpack (= 3.0.3)
79   - activesupport (= 3.0.3)
80   - rake (>= 0.8.7)
81   - thor (~> 0.14.4)
82   - rake (0.8.7)
83   - rspec (2.1.0)
84   - rspec-core (~> 2.1.0)
85   - rspec-expectations (~> 2.1.0)
86   - rspec-mocks (~> 2.1.0)
87   - rspec-core (2.1.0)
88   - rspec-expectations (2.1.0)
89   - diff-lcs (~> 1.1.2)
90   - rspec-mocks (2.1.0)
91   - rspec-rails (2.1.0)
92   - rspec (~> 2.1.0)
93   - thor (0.14.6)
94   - treetop (1.4.9)
95   - polyglot (>= 0.3.1)
96   - tzinfo (0.3.24)
97   - warden (0.10.7)
98   - rack (>= 1.0.0)
99   - will_paginate (3.0.pre2)
100   -
101   -PLATFORMS
102   - ruby
103   -
104   -DEPENDENCIES
105   - bson_ext (~> 1.2)
106   - database_cleaner (~> 0.6.0)
107   - devise (~> 1.1.3)
108   - factory_girl_rails
109   - haml
110   - libxml-ruby
111   - mongoid (~> 2.0.0.rc.6)
112   - rails (= 3.0.3)
113   - rspec (~> 2.1)
114   - rspec-rails (~> 2.1)
115   - will_paginate