soapbox 0.1.2 → 0.1.3

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.
Files changed (5) hide show
  1. data/VERSION +1 -1
  2. data/lib/soapbox.rb +1 -0
  3. data/soapbox.gemspec +1 -2
  4. metadata +3 -4
  5. data/install.rb +0 -8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
data/lib/soapbox.rb CHANGED
@@ -13,6 +13,7 @@ require "acts_as_tree"
13
13
  require "acts_as_list"
14
14
  require "garb"
15
15
  require "ssl_requirement"
16
+ require 'states'
16
17
 
17
18
  require 'paperclip'
18
19
  require 'soapbox/paperclip' # this adds the paperclip.yml support
data/soapbox.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{soapbox}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Gabe Coyne}, %q{Killit Creative}]
@@ -142,7 +142,6 @@ Gem::Specification.new do |s|
142
142
  "app/views/soapbox_mailer/email_form.text.erb",
143
143
  "config/permissions.yml.template",
144
144
  "config/routes.rb",
145
- "install.rb",
146
145
  "lib/generators/soapbox_migration/soapbox_migration_generator.rb",
147
146
  "lib/generators/soapbox_migration/templates/migration.rb",
148
147
  "lib/generators/soapbox_scaffold/soapbox_scaffold_generator.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soapbox
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gabe Coyne
@@ -436,7 +436,6 @@ files:
436
436
  - app/views/soapbox_mailer/email_form.text.erb
437
437
  - config/permissions.yml.template
438
438
  - config/routes.rb
439
- - install.rb
440
439
  - lib/generators/soapbox_migration/soapbox_migration_generator.rb
441
440
  - lib/generators/soapbox_migration/templates/migration.rb
442
441
  - lib/generators/soapbox_scaffold/soapbox_scaffold_generator.rb
data/install.rb DELETED
@@ -1,8 +0,0 @@
1
- # copy js, css, images out into public
2
- # add admin namespace routes
3
-
4
- # add to routes.rb
5
- # namespace :admin do
6
- # end
7
-
8
- # copy base migrations out