Skip to content

Commit

Permalink
typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Ozgur OZKAN committed Sep 28, 2013
1 parent b5830fb commit d87b845
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cybele (0.10.0)
cybele (0.10.1)
bundler (~> 1.3)
rails (~> 4.0.0)

Expand Down
File renamed without changes.
33 changes: 1 addition & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,38 +29,7 @@ cybele project_name

## What cybele do and included?

Let's look the Gemfile

source 'https://rubygems.org'

```
gem 'rails', '~> 4.0.0'
gem 'pg', '~> 0.15.1'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails', '~> 3.0.4'
gem 'turbolinks', '~> 1.3.0'
gem 'haml', '~> 4.0.2'
gem 'haml-rails'
gem 'bootstrap-sass', '~> 2.3.1.0'
gem 'responders', '~> 1.0.0.rc'
gem 'exception_notification', '~> 4.0.0'
gem 'simple_form', '~> 3.0.0.rc'
gem 'rails_config', '~> 0.3.3'
gem 'compass-rails', github: 'Compass/compass-rails', branch: 'rails4-hack'
gem 'devise', '~> 3.0.0'
group :doc do
gem 'sdoc', require: false
end
group :development, :test do
gem 'better_errors'
gem 'binding_of_caller'
gem 'letter_opener'
end
```
Let's look the [Gemfile](https://raw.github.com/kebab-project/cybele/develop/templates/cybele_Gemfile) which created by cybele.

## Bugs and Feedback

Expand Down
2 changes: 1 addition & 1 deletion bin/cybele
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require File.expand_path(File.join('..', 'lib', 'cybele', 'generators', 'app_generator'), File.dirname(__FILE__))
require File.expand_path(File.join('..', 'lib', 'cybele', 'app_builder'), File.dirname(__FILE__))

templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__))
templates_root = File.expand_path(File.join('..', 'templates'), File.dirname(__FILE__))
Cybele::AppGenerator.source_root templates_root
Cybele::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root
Cybele::AppGenerator.start
2 changes: 1 addition & 1 deletion cybele.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'

spec.extra_rdoc_files = %w[README.md LICENSE.txt]
spec.extra_rdoc_files = %w[README.md MIT-LICENSE]
end

0 comments on commit d87b845

Please sign in to comment.