Skip to content

Commit

Permalink
Adding files for config gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Crea committed Aug 5, 2015
1 parent 25a8d2f commit 7936e1b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'haml', '~> 4.0.6'
gem 'haml-rails', '~> 0.9.0'

# Configuration of website
gem 'config'
gem 'config', '~> 0.0.1'

# Using sprites
gem 'sprite-factory', '~> 1.6.2'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ DEPENDENCIES
bson_ext
byebug (~> 5.0.0)
coffee-rails (~> 4.1.0)
config
config (~> 0.0.1)
haml (~> 4.0.6)
haml-rails (~> 0.9.0)
html2haml (~> 2.0.0)
Expand Down
Empty file added config/settings.local.yml
Empty file.
Empty file added config/settings.yml
Empty file.
Empty file added config/settings/development.yml
Empty file.
Empty file added config/settings/production.yml
Empty file.
Empty file added config/settings/test.yml
Empty file.

0 comments on commit 7936e1b

Please sign in to comment.