chime.gemspec in chime-0.1.0 vs chime.gemspec in chime-0.2.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "chime" - s.version = "0.1.0" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["jonathanamccann"] - s.date = "2013-10-15" + s.date = "2013-11-04" s.description = "Text Analysis for Member Based Organizations" s.email = "jonathanamccann@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md", @@ -27,12 +27,14 @@ "Rakefile", "VERSION", "chime.gemspec", "lib/chime.rb", "lib/chime/emotions/emotion_bank.rb", + "lib/chime/emotions/emotion_bank_phrases.rb", "lib/chime/emotions/emotions.csv", "lib/chime/emotions/stopwords.rb", "lib/chime/emotions/subjectivity.csv", + "lib/chime/emotions/term_categories.rb", "lib/chime/emotions/term_polarities.rb", "lib/chime/version.rb", "test/helper.rb", "test/test_chime.rb" ]