blueberry_rails 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aceaa989907d6d092b3d7b8cf8fd4d8400b39f39
4
- data.tar.gz: 1baecd9200ff8c1670d38a5a9840af60aa556ff3
3
+ metadata.gz: d96f32b2c51d0c1c1b86d4af281b1b522a644683
4
+ data.tar.gz: 42e98cf88fd54101597d664d5d300a795b3ab399
5
5
  SHA512:
6
- metadata.gz: 206663769012fcbacdcd74ea5185e262321c54323baed5f43753269eaf9b0cb790492bf191ac2f93ed384022d7618dab3e4fd0ba90439bb499eed2b2684aa8a3
7
- data.tar.gz: 071919e567014ebd0292a14d143c501d3f4477eff9b83d63e0d5114a20fc3123c2fbcea1a8d853528b5a92dc508b3502ad0ffa2f214286da11942216eb7f8877
6
+ metadata.gz: 46f9ab6b7e2f36a6e55ab5f97bfcaaf6573ab2ed975601de6f16816cdd9ed2ed57e0384cf64cc34b3eeee9e97c424ca5953a58ec9c4fb64831d6228b2a73c26e
7
+ data.tar.gz: c019976db1df8923e1d69f616dd7d5dd4995f7a859366752026e6daff636c53500f953f17d7a344a1b222a194d7a4cd35ef8560206bdc59b9996cd4240ba8aa5
@@ -1,3 +1,3 @@
1
1
  module BlueberryRails
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -7,7 +7,7 @@ set :format, :pretty
7
7
  set :log_level, :debug
8
8
 
9
9
  set :linked_files, %w(config/database.yml)
10
- # set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
10
+ set :linked_dirs, %w(log tmp/pids tmp/cache tmp/sockets public/system)
11
11
 
12
12
  set :rbenv_type, :system
13
13
  set :rbenv_ruby, `git show #{fetch(:branch)}:.ruby-version`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueberry_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BlueberryApps
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-11 00:00:00.000000000 Z
11
+ date: 2013-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler