mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 01:54:40 +01:00
fix gemspec glob
This commit is contained in:
parent
aa2d5b9f51
commit
43924bade2
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
channel (0.1.0)
|
normandy (0.1.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
|
@ -36,11 +36,11 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
channel!
|
normandy!
|
||||||
pry
|
pry
|
||||||
rake
|
rake
|
||||||
rubocop
|
rubocop
|
||||||
test-unit
|
test-unit
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.6
|
1.11.2
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
||||||
s.description = 'Share memory by communicating'
|
s.description = 'Share memory by communicating'
|
||||||
s.authors = ['Loic Nageleisen']
|
s.authors = ['Loic Nageleisen']
|
||||||
s.email = 'loic.nageleisen@gmail.com'
|
s.email = 'loic.nageleisen@gmail.com'
|
||||||
s.files = ['lib/**/*.rb']
|
s.files = Dir['lib/**/*.rb']
|
||||||
s.homepage = 'https://github.com/lloeki/normandy'
|
s.homepage = 'https://github.com/lloeki/normandy'
|
||||||
|
|
||||||
s.add_development_dependency 'pry'
|
s.add_development_dependency 'pry'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue