Sha256: 8663bd746ed58b032bd5cc55e7c9f1e7d3cf1f5b1605c8c220a75eca7cdeb709
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
Gem::Specification.new do |s| s.name = 'shopapp' s.version = '0.0.1' s.date = '2017-10-13' # Friday the 13th s.summary = 'Do a shoplift.' s.description = 'Ha! Art thou Bedlam? Dost thou thirst base Trojan, to have me fold up Parca\'s fatal web? Hence!\ I am qualmish at the smell of leek.' s.author = 'Zeljko' s.email = 'zeljko@z-ware.fi' # Next one line HAS TO be uncommented before this gem is ever built, built # gem will work without it as long as it is included in the source # try of the using project. s.files = `git ls-files`.split("\n") - %w(.rvmrc .gitignore) # s.executables = ['...'] # s.homepage = 'http://rubygems.org/gems/shopapp' # s.license = 'MIT' # Dependences s.add_dependency 'railties', '~> 5.1', '>= 3.1' s.add_dependency 'haml-rails' s.add_dependency 'jquery-rails' s.add_dependency 'bootstrap', '~> 4.0.0.beta' s.add_dependency 'font-awesome-rails' s.add_dependency 'bootstrap-will_paginate' s.add_dependency 'pry-rails' s.add_dependency 'oauth2' s.add_dependency 'rest-client' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shopapp-0.0.1 | shopapp.gemspec |