pybments.rb version up. gitignore improved
This commit is contained in:
parent
99bb4a153d
commit
7f92534f76
5 changed files with 6 additions and 55309 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
.bundle
|
.bundle
|
||||||
.rbx/
|
.rbx/
|
||||||
db/*.sqlite3
|
db/*.sqlite3
|
||||||
|
db/*.sqlite3-journal
|
||||||
log/*.log
|
log/*.log
|
||||||
tmp/
|
tmp/
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
|
@ -9,3 +10,4 @@ coverage/*
|
||||||
public/uploads/
|
public/uploads/
|
||||||
.rvmrc
|
.rvmrc
|
||||||
.directory
|
.directory
|
||||||
|
nohup.out
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -15,7 +15,7 @@ gem "six"
|
||||||
gem "therubyracer"
|
gem "therubyracer"
|
||||||
gem "faker"
|
gem "faker"
|
||||||
gem "seed-fu", "~> 2.1.0"
|
gem "seed-fu", "~> 2.1.0"
|
||||||
gem "pygments.rb", "0.2.3"
|
gem "pygments.rb", "0.2.4"
|
||||||
gem "thin"
|
gem "thin"
|
||||||
gem "git"
|
gem "git"
|
||||||
gem "acts_as_list"
|
gem "acts_as_list"
|
||||||
|
|
|
@ -142,8 +142,8 @@ GEM
|
||||||
orm_adapter (0.0.5)
|
orm_adapter (0.0.5)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
posix-spawn (0.3.6)
|
posix-spawn (0.3.6)
|
||||||
pygments.rb (0.2.3)
|
pygments.rb (0.2.4)
|
||||||
rubypython (>= 0.5.1)
|
rubypython (~> 0.5.3)
|
||||||
rack (1.3.5)
|
rack (1.3.5)
|
||||||
rack-cache (1.1)
|
rack-cache (1.1)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
|
@ -300,7 +300,7 @@ DEPENDENCIES
|
||||||
kaminari
|
kaminari
|
||||||
launchy
|
launchy
|
||||||
letter_opener
|
letter_opener
|
||||||
pygments.rb (= 0.2.3)
|
pygments.rb (= 0.2.4)
|
||||||
rails (= 3.1.1)
|
rails (= 3.1.1)
|
||||||
rails-footnotes (~> 3.7.5)
|
rails-footnotes (~> 3.7.5)
|
||||||
rdiscount
|
rdiscount
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue