emu_ctl.gemspec in emu_ctl-0.0.2 vs emu_ctl.gemspec in emu_ctl-0.0.3

- old
+ new

@@ -2,16 +2,17 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "emu_ctl/version" Gem::Specification.new do |s| - s.name = "emu_ctl" - s.version = EmuCtl::VERSION - s.platform = Gem::Platform::RUBY - s.authors = ["Nemo Oudeis"] - s.email = ["nemo@oudeis.eu"] - s.homepage = "https://github.com/NemoOudeis/EmulatorControl" - s.summary = %q{command line tool to easily control android emulators} + s.name = "emu_ctl" + s.version = EmuCtl::VERSION + s.platform = Gem::Platform::RUBY + s.authors = ["Nemo Oudeis"] + s.email = ["nemo@oudeis.eu"] + s.homepage = "https://github.com/NemoOudeis/EmulatorControl" + s.summary = %q{command line tool to easily control android emulators} + s.license = 'MIT' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]