chime 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/chime.gemspec +2 -2
- data/lib/chime/emotions/term_categories.rb +41 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ac0a466430c4982fa34d69464c37518b1e1c7a3
|
4
|
+
data.tar.gz: d4fc7aae48f0712d05e4aaa47b6ce2de4350b13e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5773fea730729c99afea585b3135641e279d385345e356c0cda50571e9c46bc3d204b876a07f6bd22097d902ef516ca7522bab28bd2f3be177ac03fd9f862f27
|
7
|
+
data.tar.gz: 1ca29482b0139c6018458b79bb6bbc7a6cae6eeedac8c300d7e3c8552d7fe98625f1deb81a5b01ea4d7ba3c1ae9fd9f0e89485f4b75d69a8c5b0e348790ff73e
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.4.0
|
data/chime.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: chime 0.
|
5
|
+
# stub: chime 0.4.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "chime"
|
9
|
-
s.version = "0.
|
9
|
+
s.version = "0.4.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.authors = ["jonathanamccann"]
|
@@ -1774,8 +1774,47 @@ module TermCategories
|
|
1774
1774
|
"I love that the Y serves all ages" => "Personal Reasons",
|
1775
1775
|
"children are not allowed" => "Facility (General)",
|
1776
1776
|
"Pool" => "Aquatics (General)",
|
1777
|
-
"good facilit" => "Facility (General)"
|
1778
|
-
|
1777
|
+
"good facilit" => "Facility (General)",
|
1778
|
+
"school age kids" => "Children's Programs (General)",
|
1779
|
+
"exercise programs" => "Group EX (Variety)",
|
1780
|
+
"the environment" => "Atmosphere (Feeling/Safety)",
|
1781
|
+
"atmosfer" => "Atmosphere (Feeling/Safety)",
|
1782
|
+
"great value" => "Cost/Value (Membership)",
|
1783
|
+
"square foot" => "Facility (Size)",
|
1784
|
+
"trainers" => "Group EX (Instructor)",
|
1785
|
+
"family friendly" => "Atmosphere (Feeling/Safety)",
|
1786
|
+
"it is a great place" => "Atmosphere (Feeling/Safety)",
|
1787
|
+
"friendly place" => "Atmosphere (Feeling/Safety)",
|
1788
|
+
"Plenty of activities" => "Adult Programs",
|
1789
|
+
"great place for fam" => "Atmosphere (Feeling/Safety)",
|
1790
|
+
"many programs" => "Adult Programs",
|
1791
|
+
"It's expensive" => "Cost/Value (Membership)",
|
1792
|
+
"Its expensive" => "Cost/Value (Membership)",
|
1793
|
+
"small area" => "Facility (Size)",
|
1794
|
+
"hardly any space" => "Facility (Size)",
|
1795
|
+
"offer so much" => "Group EX (Variety)",
|
1796
|
+
"Excellent facilities" => "Facility (General)",
|
1797
|
+
"knowledgeable staff" => "Staff (Knowledge)",
|
1798
|
+
"unclean" => "Facility (Cleanliness)",
|
1799
|
+
"it's always clean" => "Facility (Cleanliness)",
|
1800
|
+
"its always clean" => "Facility (Cleanliness)",
|
1801
|
+
"it's values" => "Personal Reasons",
|
1802
|
+
"its values" => "Personal Reasons",
|
1803
|
+
"and morals" => "Personal Reasons",
|
1804
|
+
"variety of activities" => "Group EX (Variety)",
|
1805
|
+
"class choices" => " Group EX (Variety)",
|
1806
|
+
"could use updat" => "Facility (General)",
|
1807
|
+
"welcoming environ" => "Atmosphere (Feeling/Safety",
|
1808
|
+
"multiple locations" => "Facility (Location)",
|
1809
|
+
"group instructor" => "Group EX (Instructor)",
|
1810
|
+
"place for senior" => "Silver Sneakers",
|
1811
|
+
"Senior part of your life" => "Silver Sneakers",
|
1812
|
+
"Fall Football" => "Children's Programs (Sports)",
|
1813
|
+
"run facility" => "Facility (General)",
|
1814
|
+
"bit of everything" => "Facility (General)",
|
1815
|
+
"good deal financ" => "Cost/Value (Membership)",
|
1816
|
+
"very affordable" => "Cost/Value (Membership)",
|
1817
|
+
"value of sports" => "Personal Reasons"
|
1779
1818
|
}
|
1780
1819
|
end
|
1781
1820
|
end
|