Skip to content

Commit

Permalink
Tinkering to get gem to install properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Stroop committed Nov 12, 2014
1 parent f669ba7 commit 7e4931b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 111 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
coverage/
pkg/
Gemfile.lock

4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
source 'https://rubygems.org'

# Please see osullivan.gemspec for dependency information.
source "https://rubygems.org"
gemspec
68 changes: 0 additions & 68 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env rake

# require "bundler/gem_tasks"
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
Expand Down
7 changes: 4 additions & 3 deletions osullivan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ Gem::Specification.new do |spec|
spec.email = ['jpstroop@gmail.com']
spec.description = 'API for working with IIIF Presentation manifests.'
spec.summary = 'API for working with IIIF Presentation manifests.'
spec.license = 'APACHE2'
spec.license = 'Simplified BSD'
spec.homepage = 'https://github.com/jpstroop/osullivan'

spec.files = `git ls-files`.split($/)
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'coveralls' #, require: false
spec.add_development_dependency 'coveralls'

spec.add_dependency 'json'
spec.add_dependency 'activesupport', '~> 4.1.6'
spec.add_dependency 'activesupport', '~> 4.1'
end
36 changes: 0 additions & 36 deletions scratch.rb

This file was deleted.

0 comments on commit 7e4931b

Please sign in to comment.