Skip to content

Commit

Permalink
Add Gemfile and Gemfile.lock needed for the test framework. #20
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Jan 20, 2014
1 parent d4a82ae commit 815f00a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Pull gems from RubyGems
source 'https://rubygems.org'

gem 'sass', "~> 3.2.1"
gem 'compass', "~> 0.12.2"

group :test do
gem 'rake'
gem "diffy", "~> 3.0.1"
gem "colorize", "~> 0.6.0"
end
23 changes: 23 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
chunky_png (1.2.9)
colorize (0.6.0)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
diffy (3.0.1)
fssm (0.2.10)
rake (10.1.1)
sass (3.2.13)

PLATFORMS
ruby

DEPENDENCIES
colorize (~> 0.6.0)
compass (~> 0.12.2)
diffy (~> 3.0.1)
rake
sass (~> 3.2.1)

0 comments on commit 815f00a

Please sign in to comment.