File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- deb (0.0.7 )
4
+ deb (0.0.8 )
5
5
docile
6
6
rails
7
7
35
35
activesupport (3.2.13 )
36
36
i18n (= 0.6.1 )
37
37
multi_json (~> 1.0 )
38
- arel (3.0.2 )
38
+ arel (3.0.3 )
39
39
builder (3.0.4 )
40
- diff-lcs (1.2.4 )
40
+ diff-lcs (1.2.5 )
41
41
docile (1.0.3 )
42
42
erubis (2.7.0 )
43
43
hike (1.2.3 )
50
50
mail (2.5.4 )
51
51
mime-types (~> 1.16 )
52
52
treetop (~> 1.4.8 )
53
- mime-types (1.23 )
53
+ mime-types (1.25.1 )
54
54
multi_json (1.7.7 )
55
55
polyglot (0.3.3 )
56
56
rack (1.4.5 )
@@ -101,10 +101,10 @@ GEM
101
101
sqlite3 (1.3.7 )
102
102
thor (0.18.1 )
103
103
tilt (1.4.1 )
104
- treetop (1.4.14 )
104
+ treetop (1.4.15 )
105
105
polyglot
106
106
polyglot (>= 0.3.1 )
107
- tzinfo (0.3.37 )
107
+ tzinfo (0.3.38 )
108
108
109
109
PLATFORMS
110
110
ruby
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ rescue LoadError
12
12
RDoc ::Task = Rake ::RDocTask
13
13
end
14
14
15
+ require 'rspec/core/rake_task'
16
+
15
17
RDoc ::Task . new ( :rdoc ) do |rdoc |
16
18
rdoc . rdoc_dir = 'rdoc'
17
19
rdoc . title = 'Deb'
23
25
APP_RAKEFILE = File . expand_path ( "../spec/dummy/Rakefile" , __FILE__ )
24
26
load 'rails/tasks/engine.rake'
25
27
28
+ RSpec ::Core ::RakeTask . new ( 'spec' )
26
29
30
+ task :default => :spec
27
31
28
32
Bundler ::GemHelper . install_tasks
29
33
You can’t perform that action at this time.
0 commit comments