File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- bundler_args : --without development
1
+ bundler_args : --without guard
2
2
rvm :
3
3
- 1.8.7
4
4
- 1.9.3
Original file line number Diff line number Diff line change 3
3
4
4
gem "rake"
5
5
6
+ group :guard do
7
+ gem "guard-rspec" , "~>0.6.0"
8
+ end
9
+
6
10
platforms :jruby do
7
11
gem "jruby-openssl"
8
12
end
Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ Gem::Specification.new do |s|
10
10
s . homepage = "http://github.com/zanker/ruby-smugmug"
11
11
s . summary = "SmugMug 1.3.0 API gem"
12
12
s . description = "Gem for reading and writing data from the SmugMug 1.3.0 API."
13
-
13
+
14
14
s . required_rubygems_version = ">= 1.3.6"
15
15
s . rubyforge_project = "ruby-smugmug"
16
16
17
17
s . add_development_dependency "rspec" , "~>2.8.0"
18
- s . add_development_dependency "guard-rspec" , "~>0.6.0"
19
18
20
19
s . files = Dir . glob ( "lib/**/*" ) + %w[ LICENSE README.md CHANGELOG.md Rakefile ]
21
20
s . require_path = "lib"
You can’t perform that action at this time.
0 commit comments