Added vim .swp files to the gitignore and
also added pry to the development group for the Gemfile
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@ vendor/cache/*.gem
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
coverage
|
coverage
|
||||||
*~
|
*~
|
||||||
|
*.swp
|
||||||
|
|||||||
4
Gemfile
4
Gemfile
@@ -27,3 +27,7 @@ gem "nokogiri"
|
|||||||
gem "meta_search", :git => "git://github.com/ernie/meta_search.git"
|
gem "meta_search", :git => "git://github.com/ernie/meta_search.git"
|
||||||
gem "silent-postgres"
|
gem "silent-postgres"
|
||||||
gem "whenever", :require => false
|
gem "whenever", :require => false
|
||||||
|
|
||||||
|
group :development do
|
||||||
|
gem 'pry'
|
||||||
|
end
|
||||||
|
|||||||
13
Gemfile.lock
13
Gemfile.lock
@@ -49,6 +49,7 @@ GEM
|
|||||||
arel (2.2.1)
|
arel (2.2.1)
|
||||||
bcrypt-ruby (3.0.0)
|
bcrypt-ruby (3.0.0)
|
||||||
builder (3.0.0)
|
builder (3.0.0)
|
||||||
|
coderay (0.9.8)
|
||||||
daemons (1.1.4)
|
daemons (1.1.4)
|
||||||
delayed_job (2.1.4)
|
delayed_job (2.1.4)
|
||||||
activesupport (~> 3.0)
|
activesupport (~> 3.0)
|
||||||
@@ -72,6 +73,8 @@ GEM
|
|||||||
nokogiri (~> 1.4)
|
nokogiri (~> 1.4)
|
||||||
webrobots (>= 0.0.9, ~> 0.0)
|
webrobots (>= 0.0.9, ~> 0.0)
|
||||||
memcache-client (1.8.5)
|
memcache-client (1.8.5)
|
||||||
|
method_source (0.6.0)
|
||||||
|
ruby_parser (>= 2.0.5)
|
||||||
mime-types (1.16)
|
mime-types (1.16)
|
||||||
mocha (0.9.12)
|
mocha (0.9.12)
|
||||||
multi_json (1.0.3)
|
multi_json (1.0.3)
|
||||||
@@ -80,6 +83,11 @@ GEM
|
|||||||
nokogiri (1.5.0)
|
nokogiri (1.5.0)
|
||||||
pg (0.11.0)
|
pg (0.11.0)
|
||||||
polyglot (0.3.2)
|
polyglot (0.3.2)
|
||||||
|
pry (0.9.3)
|
||||||
|
coderay (>= 0.9.8)
|
||||||
|
method_source (>= 0.6.0)
|
||||||
|
ruby_parser (>= 2.0.5)
|
||||||
|
slop (~> 1.9.0)
|
||||||
rack (1.3.2)
|
rack (1.3.2)
|
||||||
rack-cache (1.0.3)
|
rack-cache (1.0.3)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
@@ -106,6 +114,9 @@ GEM
|
|||||||
thor (~> 0.14.6)
|
thor (~> 0.14.6)
|
||||||
rake (0.9.2)
|
rake (0.9.2)
|
||||||
rdoc (3.9.4)
|
rdoc (3.9.4)
|
||||||
|
ruby_parser (2.2.0)
|
||||||
|
sexp_processor (~> 3.0)
|
||||||
|
sexp_processor (3.0.6)
|
||||||
shoulda (2.11.3)
|
shoulda (2.11.3)
|
||||||
silent-postgres (0.1.1)
|
silent-postgres (0.1.1)
|
||||||
simple_form (1.4.2)
|
simple_form (1.4.2)
|
||||||
@@ -114,6 +125,7 @@ GEM
|
|||||||
simplecov (0.4.2)
|
simplecov (0.4.2)
|
||||||
simplecov-html (~> 0.4.4)
|
simplecov-html (~> 0.4.4)
|
||||||
simplecov-html (0.4.5)
|
simplecov-html (0.4.5)
|
||||||
|
slop (1.9.1)
|
||||||
sprockets (2.0.0)
|
sprockets (2.0.0)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
@@ -156,6 +168,7 @@ DEPENDENCIES
|
|||||||
mocha
|
mocha
|
||||||
nokogiri
|
nokogiri
|
||||||
pg
|
pg
|
||||||
|
pry
|
||||||
rails (= 3.1.0.rc8)
|
rails (= 3.1.0.rc8)
|
||||||
shoulda
|
shoulda
|
||||||
silent-postgres
|
silent-postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user