red_bikini 0.0.1 → 0.0.2
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/Gemfile.lock +1 -1
- data/lib/red_bikini/version.rb +1 -1
- data/red_bikini.gemspec +2 -2
- metadata +6 -6
data/Gemfile.lock
CHANGED
data/lib/red_bikini/version.rb
CHANGED
data/red_bikini.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = RedBikini::VERSION
|
9
9
|
spec.authors = ["Andrey Titov"]
|
10
10
|
spec.email = ["terracote@gmail.com"]
|
11
|
-
spec.description = %q{
|
12
|
-
spec.summary = %q{ instance_exec run on wrapped receiver, with respect to private methods and setter aliases}
|
11
|
+
spec.description = %q{run code in object context without worrying about private/protected access}
|
12
|
+
spec.summary = %q{think of public_exec: instance_exec run on wrapped receiver, with respect to private methods and setter aliases}
|
13
13
|
spec.homepage = "https://github.com/idrozd/red_bikini"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: red_bikini
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '2.14'
|
62
|
-
description:
|
62
|
+
description: run code in object context without worrying about private/protected access
|
63
63
|
email:
|
64
64
|
- terracote@gmail.com
|
65
65
|
executables: []
|
@@ -104,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
104
|
version: '0'
|
105
105
|
segments:
|
106
106
|
- 0
|
107
|
-
hash: -
|
107
|
+
hash: -427493549
|
108
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
109
109
|
none: false
|
110
110
|
requirements:
|
@@ -113,14 +113,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
version: '0'
|
114
114
|
segments:
|
115
115
|
- 0
|
116
|
-
hash: -
|
116
|
+
hash: -427493549
|
117
117
|
requirements: []
|
118
118
|
rubyforge_project:
|
119
119
|
rubygems_version: 1.8.25
|
120
120
|
signing_key:
|
121
121
|
specification_version: 3
|
122
|
-
summary: instance_exec run on wrapped receiver, with respect
|
123
|
-
setter aliases
|
122
|
+
summary: ! 'think of public_exec: instance_exec run on wrapped receiver, with respect
|
123
|
+
to private methods and setter aliases'
|
124
124
|
test_files:
|
125
125
|
- spec/aliases_spec.rb
|
126
126
|
- spec/closure_binding_spec.rb
|