tsundere 0.1.2 → 0.1.3
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.
- data/README.markdown +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/tsundere.gemspec +2 -2
- metadata +3 -3
data/README.markdown
CHANGED
|
@@ -56,7 +56,7 @@ class SchoolGirl
|
|
|
56
56
|
include Tsundere
|
|
57
57
|
attr_tsundere :speak_with, :as => { :stranger => 1 }
|
|
58
58
|
attr_tsundere :watch_movie_with, :as => { :friend => 2 }
|
|
59
|
-
attr_tsundere :bathe_with, be_naughty_with :as => { :dark_flame_master => 3 }
|
|
59
|
+
attr_tsundere :bathe_with, :be_naughty_with :as => { :dark_flame_master => 3 }
|
|
60
60
|
def speak_with words
|
|
61
61
|
...
|
|
62
62
|
end
|
data/Rakefile
CHANGED
|
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{object buffer for graceful management of permission}
|
|
21
21
|
gem.description = %Q{Any given object can implement the tsundere interface. Once implemented, a tsundere object will behave differently based upon who is calling it.}
|
|
22
|
-
gem.email = ["foxnewsnetwork@gmail.com","
|
|
22
|
+
gem.email = ["foxnewsnetwork@gmail.com","FroggyP@gmail.com"]
|
|
23
23
|
gem.authors = ["Thomas Chen", "Trevor Umeda"]
|
|
24
24
|
# dependencies defined in Gemfile
|
|
25
25
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
data/tsundere.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "tsundere"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Thomas Chen", "Trevor Umeda"]
|
|
12
12
|
s.date = "2012-12-12"
|
|
13
13
|
s.description = "Any given object can implement the tsundere interface. Once implemented, a tsundere object will behave differently based upon who is calling it."
|
|
14
|
-
s.email = ["foxnewsnetwork@gmail.com", "
|
|
14
|
+
s.email = ["foxnewsnetwork@gmail.com", "FroggyP@gmail.com"]
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
17
17
|
"README.markdown"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tsundere
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -112,7 +112,7 @@ description: Any given object can implement the tsundere interface. Once impleme
|
|
|
112
112
|
a tsundere object will behave differently based upon who is calling it.
|
|
113
113
|
email:
|
|
114
114
|
- foxnewsnetwork@gmail.com
|
|
115
|
-
-
|
|
115
|
+
- FroggyP@gmail.com
|
|
116
116
|
executables: []
|
|
117
117
|
extensions: []
|
|
118
118
|
extra_rdoc_files:
|
|
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
164
164
|
version: '0'
|
|
165
165
|
segments:
|
|
166
166
|
- 0
|
|
167
|
-
hash:
|
|
167
|
+
hash: -1910265586590923580
|
|
168
168
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
169
|
none: false
|
|
170
170
|
requirements:
|