File tree 3 files changed +4
-20
lines changed
3 files changed +4
-20
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.1 (Jun 21, 2011)
2
+
3
+ - Added spec dir for setting up a better testing environment.
4
+
1
5
## 0.1.0 (Jun 21, 2011)
2
6
3
7
- Updated readme, to many grammar error :/
4
8
- ` type.eql?("Convert 2 SCSS") `
5
9
Stupid mistake, now it can convert properly to scss
6
10
- added VERSION and CHANGELOG
7
-
8
- ## 0.1.1 (Jun 21, 2011)
9
-
10
- - Added spec dir for setting up a better testing environment.
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ group :development, :test do
18
18
gem 'rspec-instafail'
19
19
gem 'rack-test'
20
20
gem 'awesome_print'
21
- gem 'ruby-debug19'
22
21
gem 'libnotify'
23
22
gem 'guard-rspec'
24
23
gem 'guard-bundler'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: http://rubygems.org/
3
3
specs:
4
- archive-tar-minitar (0.5.2 )
5
4
awesome_print (0.4.0 )
6
5
builder (3.0.0 )
7
- columnize (0.3.3 )
8
6
configuration (1.3.1 )
9
7
diff-lcs (1.1.2 )
10
8
erubis (2.7.0 )
27
25
configuration (>= 0.0.5 )
28
26
rake (>= 0.8.1 )
29
27
libnotify (0.5.6 )
30
- linecache19 (0.5.12 )
31
- ruby_core_source (>= 0.1.4 )
32
28
mime-types (1.16 )
33
29
nokogiri (1.4.6 )
34
30
rack (1.3.0 )
50
46
diff-lcs (~> 1.1.2 )
51
47
rspec-instafail (0.1.8 )
52
48
rspec-mocks (2.6.0 )
53
- ruby-debug-base19 (0.11.25 )
54
- columnize (>= 0.3.1 )
55
- linecache19 (>= 0.5.11 )
56
- ruby_core_source (>= 0.1.4 )
57
- ruby-debug19 (0.11.6 )
58
- columnize (>= 0.3.1 )
59
- linecache19 (>= 0.5.11 )
60
- ruby-debug-base19 (>= 0.11.19 )
61
- ruby_core_source (0.1.5 )
62
- archive-tar-minitar (>= 0.5.2 )
63
49
ruby_parser (2.0.6 )
64
50
sexp_processor (~> 3.0 )
65
51
sass (3.1.3 )
@@ -100,7 +86,6 @@ DEPENDENCIES
100
86
rspec
101
87
rspec-core
102
88
rspec-instafail
103
- ruby-debug19
104
89
ruby_parser
105
90
sass
106
91
shotgun
You can’t perform that action at this time.
0 commit comments