emoji_data.gemspec in emoji_data-0.0.1pre1 vs emoji_data.gemspec in emoji_data-0.0.1

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "emoji_data" spec.version = EmojiData::VERSION spec.authors = ["Matthew Rothenberg"] spec.email = ["mrothenberg@gmail.com"] - spec.description = %q{Provides classes and methods for dealing with emoji character data as unicode.} + spec.description = %q{Provides classes and helpers for dealing with emoji character data as unicode. Wraps a library of all known emoji characters and provides convenience methods.} spec.summary = %q{Provides classes and methods for dealing with emoji character data as unicode.} spec.homepage = "https://github.com/mroth/emoji_data.rb" spec.license = "MIT" spec.files = `git ls-files`.split($/) @@ -21,6 +21,8 @@ spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_dependency "json" + + spec.required_ruby_version = '>= 1.9.2' end