Sha256: 34aa92bf673ee641266162b52eee1cf0a90f61007a38a3debf154595d7521646
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
Gem::Specification.new do |s| s.name = 'shopapp' s.version = '0.0.13' s.date = '2018-05-17' 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.13 | shopapp.gemspec |