From 43924bade2e869b11b4a386c70f5c1e0d9895d54 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sun, 14 Feb 2016 17:03:33 +0100 Subject: [PATCH] fix gemspec glob --- Gemfile.lock | 6 +++--- normandy.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a352acc..963e963 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - channel (0.1.0) + normandy (0.1.0) GEM remote: https://rubygems.org/ @@ -36,11 +36,11 @@ PLATFORMS ruby DEPENDENCIES - channel! + normandy! pry rake rubocop test-unit BUNDLED WITH - 1.10.6 + 1.11.2 diff --git a/normandy.gemspec b/normandy.gemspec index 9807f30..15495df 100644 --- a/normandy.gemspec +++ b/normandy.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.description = 'Share memory by communicating' s.authors = ['Loic Nageleisen'] s.email = 'loic.nageleisen@gmail.com' - s.files = ['lib/**/*.rb'] + s.files = Dir['lib/**/*.rb'] s.homepage = 'https://github.com/lloeki/normandy' s.add_development_dependency 'pry'