icebreaker 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -11,7 +11,7 @@ IceBreaker provides a base Rails 3 application with the Mongoid ORM (or OM) and
11
11
 
12
12
  gem install icebreaker
13
13
 
14
- break new my_app
14
+ ice new my_app
15
15
 
16
16
 
17
17
  ### Options
@@ -1,3 +1,3 @@
1
1
  module IceBreaker
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/templates/gemfile.rb CHANGED
@@ -13,7 +13,7 @@ gem 'bson_ext', '1.2.1'
13
13
  gem "will_paginate", "3.0.pre2"
14
14
 
15
15
  # Development dependencies
16
- gem 'html5-boilerplate'
16
+ # gem 'html5-boilerplate' # TODO: Get html5-boilerplate working
17
17
  gem 'rspec-rails', '2.5.0', :group => [:development]
18
18
 
19
19
  # Development and test support
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mark Dillon
@@ -119,6 +119,6 @@ rubyforge_project: icebreaker
119
119
  rubygems_version: 1.3.7
120
120
  signing_key:
121
121
  specification_version: 3
122
- summary: icebreaker-0.0.1
122
+ summary: icebreaker-0.0.2
123
123
  test_files: []
124
124