dump 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/dump.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'dump'
5
- s.version = '1.0.0'
5
+ s.version = '1.0.1'
6
6
  s.summary = %q{Rails app rake and capistrano tasks to create and restore dumps of database and assets}
7
7
  s.homepage = "http://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
@@ -122,7 +122,7 @@ class DumpRake
122
122
 
123
123
  def assets_root_link
124
124
  prefix = 'assets'
125
- Dir.mktmpdir do |dir|
125
+ Dir.mktmpdir('assets', File.join(DumpRake::RailsRoot, 'tmp')) do |dir|
126
126
  Dir.chdir(dir) do
127
127
  File.symlink(DumpRake::RailsRoot, prefix)
128
128
  begin
@@ -6,15 +6,6 @@ gem 'sqlite3'
6
6
  gem 'mysql2'
7
7
  gem 'pg'
8
8
 
9
- gem 'json'
10
- gem 'jquery-rails'
11
-
12
- group :assets do
13
- gem 'sass-rails', '~> 3.1.5'
14
- gem 'coffee-rails', '~> 3.1.1'
15
- gem 'uglifier', '>= 1.0.3'
16
- end
17
-
18
9
  group :test, :development do
19
10
  gem 'rspec-rails', '~> 2.6'
20
11
  end
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../..
3
3
  specs:
4
- dump (0.0.0.1)
4
+ dump (1.0.0)
5
5
  archive-tar-minitar (= 0.5.2)
6
6
  progress (~> 2.4.0)
7
7
  progress (2.4.0)
@@ -40,48 +40,36 @@ GEM
40
40
  archive-tar-minitar (0.5.2)
41
41
  arel (2.2.1)
42
42
  builder (3.0.0)
43
- capistrano (2.9.0)
43
+ capistrano (2.12.0)
44
44
  highline
45
45
  net-scp (>= 1.0.0)
46
46
  net-sftp (>= 2.0.0)
47
47
  net-ssh (>= 2.0.14)
48
48
  net-ssh-gateway (>= 1.1.0)
49
- coffee-rails (3.1.1)
50
- coffee-script (>= 2.2.0)
51
- railties (~> 3.1.0)
52
- coffee-script (2.2.0)
53
- coffee-script-source
54
- execjs
55
- coffee-script-source (1.2.0)
56
49
  diff-lcs (1.1.3)
57
50
  erubis (2.7.0)
58
- execjs (1.2.13)
59
- multi_json (~> 1.0)
60
- highline (1.6.9)
51
+ highline (1.6.13)
61
52
  hike (1.2.1)
62
53
  i18n (0.6.0)
63
- jquery-rails (1.0.19)
64
- railties (~> 3.0)
65
- thor (~> 0.14)
66
- json (1.6.5)
54
+ json (1.7.3)
67
55
  mail (2.3.0)
68
56
  i18n (>= 0.4.0)
69
57
  mime-types (~> 1.16)
70
58
  treetop (~> 1.4.8)
71
- mime-types (1.17.2)
72
- multi_json (1.0.4)
59
+ mime-types (1.19)
60
+ multi_json (1.3.6)
73
61
  mysql2 (0.3.11)
74
62
  net-scp (1.0.4)
75
63
  net-ssh (>= 1.99.1)
76
64
  net-sftp (2.0.5)
77
65
  net-ssh (>= 2.0.9)
78
- net-ssh (2.3.0)
66
+ net-ssh (2.5.2)
79
67
  net-ssh-gateway (1.1.0)
80
68
  net-ssh (>= 1.99.1)
81
- pg (0.12.2)
69
+ pg (0.14.0)
82
70
  polyglot (0.3.3)
83
71
  rack (1.3.5)
84
- rack-cache (1.1)
72
+ rack-cache (1.2)
85
73
  rack (>= 0.4)
86
74
  rack-mount (0.8.3)
87
75
  rack (>= 1.0.0)
@@ -107,53 +95,39 @@ GEM
107
95
  rake (0.9.2.2)
108
96
  rdoc (3.12)
109
97
  json (~> 1.4)
110
- rspec (2.8.0)
111
- rspec-core (~> 2.8.0)
112
- rspec-expectations (~> 2.8.0)
113
- rspec-mocks (~> 2.8.0)
114
- rspec-core (2.8.0)
115
- rspec-expectations (2.8.0)
116
- diff-lcs (~> 1.1.2)
117
- rspec-mocks (2.8.0)
118
- rspec-rails (2.8.1)
98
+ rspec (2.11.0)
99
+ rspec-core (~> 2.11.0)
100
+ rspec-expectations (~> 2.11.0)
101
+ rspec-mocks (~> 2.11.0)
102
+ rspec-core (2.11.1)
103
+ rspec-expectations (2.11.1)
104
+ diff-lcs (~> 1.1.3)
105
+ rspec-mocks (2.11.1)
106
+ rspec-rails (2.11.0)
119
107
  actionpack (>= 3.0)
120
108
  activesupport (>= 3.0)
121
109
  railties (>= 3.0)
122
- rspec (~> 2.8.0)
123
- sass (3.1.12)
124
- sass-rails (3.1.5)
125
- actionpack (~> 3.1.0)
126
- railties (~> 3.1.0)
127
- sass (~> 3.1.10)
128
- tilt (~> 1.3.2)
110
+ rspec (~> 2.11.0)
129
111
  sprockets (2.0.3)
130
112
  hike (~> 1.2)
131
113
  rack (~> 1.0)
132
114
  tilt (~> 1.1, != 1.3.0)
133
- sqlite3 (1.3.5)
115
+ sqlite3 (1.3.6)
134
116
  thor (0.14.6)
135
117
  tilt (1.3.3)
136
118
  treetop (1.4.10)
137
119
  polyglot
138
120
  polyglot (>= 0.3.1)
139
- tzinfo (0.3.31)
140
- uglifier (1.2.2)
141
- execjs (>= 0.3.0)
142
- multi_json (>= 1.0.2)
121
+ tzinfo (0.3.33)
143
122
 
144
123
  PLATFORMS
145
124
  ruby
146
125
 
147
126
  DEPENDENCIES
148
127
  capistrano
149
- coffee-rails (~> 3.1.1)
150
128
  dump!
151
- jquery-rails
152
- json
153
129
  mysql2
154
130
  pg
155
131
  rails (= 3.1.3)
156
132
  rspec-rails (~> 2.6)
157
- sass-rails (~> 3.1.5)
158
133
  sqlite3
159
- uglifier (>= 1.0.3)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dump
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ivan Kuchin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-24 00:00:00 Z
18
+ date: 2012-07-28 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: archive-tar-minitar
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  requirements: []
204
204
 
205
205
  rubyforge_project: dump
206
- rubygems_version: 1.8.13
206
+ rubygems_version: 1.8.24
207
207
  signing_key:
208
208
  specification_version: 3
209
209
  summary: Rails app rake and capistrano tasks to create and restore dumps of database and assets
@@ -269,4 +269,3 @@ test_files:
269
269
  - spec/spec_helper.rb
270
270
  - spec/tasks/assets_spec.rb
271
271
  - spec/tasks/dump_spec.rb
272
- has_rdoc: