File tree 4 files changed +6
-31
lines changed
4 files changed +6
-31
lines changed Original file line number Diff line number Diff line change 1
- # # MAC OS
2
- .DS_Store
3
-
4
- # # TEXTMATE
5
- * .tmproj
6
- tmtags
7
-
8
- # # EMACS
9
- * ~
10
- \# *
11
- . \# *
12
-
13
- # # VIM
14
- * .swp
15
-
16
- # # RBX
17
- * .rbc
18
-
19
- # # PROJECT::GENERAL
20
- coverage
21
- rdoc
22
- pkg
23
-
24
- # # PROJECT::SPECIFIC
25
1
Gemfile.lock
2
+ /pkg
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- source ' https://rubygems.org'
1
+ source " https://rubygems.org"
2
2
3
- gemspec name : 'every_day_irb'
4
- gemspec name : 'irbtools'
3
+ gemspec name : "irbtools"
5
4
# gemspec name: 'irbtools-more'
6
5
6
+ gem "rspec"
7
+ gem "rake"
8
+ gem "irb"
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ Gem::Specification.new do |s|
32
32
s . license = 'MIT'
33
33
34
34
s . required_ruby_version = '~> 2.0'
35
- s . add_development_dependency 'rspec' , '~> 3.2'
36
- s . add_development_dependency 'rake' , '~> 10.4'
37
35
38
36
# # #
39
37
# Dependencies
You can’t perform that action at this time.
0 commit comments