activeadmin-generator 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin-generator (0.0.9)
4
+ activeadmin-generator (0.0.10)
5
5
  heroku-api
6
6
  mechanize
7
7
  railties
@@ -29,7 +29,7 @@ GEM
29
29
  i18n (~> 0.6)
30
30
  multi_json (~> 1.0)
31
31
  builder (3.0.4)
32
- domain_name (0.5.6)
32
+ domain_name (0.5.7)
33
33
  unf (~> 0.0.3)
34
34
  erubis (2.7.0)
35
35
  excon (0.16.10)
@@ -54,7 +54,7 @@ GEM
54
54
  nokogiri (1.5.6)
55
55
  ntlm-http (0.1.1)
56
56
  proxies (0.2.1)
57
- rack (1.4.3)
57
+ rack (1.4.4)
58
58
  rack-cache (1.2)
59
59
  rack (>= 0.4)
60
60
  rack-ssl (1.3.2)
@@ -32,7 +32,7 @@ module ::Bricks
32
32
  end
33
33
 
34
34
  def configure_pg
35
- gem 'pg', '0.13.2', group: 'development'
35
+ gem 'pg', group: 'development'
36
36
  end
37
37
 
38
38
  end
@@ -5,6 +5,7 @@ module ::Bricks
5
5
  gem "slim-rails"
6
6
  gem "compass-rails", group: :assets
7
7
  gem "sextant", group: :development
8
+ gem "letter_opener", group: :development
8
9
  gem "modernizr-rails", group: :assets
9
10
  gem "hive-rails", github: 'stefanoverna/hive-rails', branch: 'master'
10
11
  gem "sprockets-image_compressor", group: :production
@@ -1,6 +1,6 @@
1
1
  module ActiveAdmin
2
2
  module Generator
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-11 00:00:00.000000000 Z
12
+ date: 2013-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake