expo 0.2.5 → 0.2.6

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.
Files changed (3) hide show
  1. data/lib/expo.rb +3 -3
  2. metadata +7 -5
  3. checksums.yaml +0 -15
data/lib/expo.rb CHANGED
@@ -63,10 +63,10 @@ class Expo
63
63
 
64
64
  private
65
65
 
66
- def sub_expo(object, sub_expo_passed, key)
66
+ def sub_expo(key, object, sub_expo_passed)
67
67
  @inner_calls << {
68
68
  method: :sub_expo_inner,
69
- args: [object, sub_expo_passed, key],
69
+ args: [key, object, sub_expo_passed],
70
70
  block: nil
71
71
  }
72
72
  nil
@@ -90,7 +90,7 @@ class Expo
90
90
  @id
91
91
  end
92
92
 
93
- def sub_expo_inner(object, sub_expo_passed, key)
93
+ def sub_expo_inner(key, object, sub_expo_passed)
94
94
  recurse_expo = sub_expo_passed
95
95
  sub_id = sub_expo_passed.send(:get_id)
96
96
  if sub_id == @id
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Serguei Filimonov
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-04-26 00:00:00.000000000 Z
12
+ date: 2013-05-15 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: Constructs a presentation of object tree sub-graphs... or something.
14
15
  email: serguei.filimonov@gmail.com
@@ -19,25 +20,26 @@ files:
19
20
  - lib/expo.rb
20
21
  homepage: https://github.com/sergueif/expo
21
22
  licenses: []
22
- metadata: {}
23
23
  post_install_message:
24
24
  rdoc_options: []
25
25
  require_paths:
26
26
  - lib
27
27
  required_ruby_version: !ruby/object:Gem::Requirement
28
+ none: false
28
29
  requirements:
29
30
  - - ! '>='
30
31
  - !ruby/object:Gem::Version
31
32
  version: '0'
32
33
  required_rubygems_version: !ruby/object:Gem::Requirement
34
+ none: false
33
35
  requirements:
34
36
  - - ! '>='
35
37
  - !ruby/object:Gem::Version
36
38
  version: '0'
37
39
  requirements: []
38
40
  rubyforge_project:
39
- rubygems_version: 2.0.3
41
+ rubygems_version: 1.8.24
40
42
  signing_key:
41
- specification_version: 4
43
+ specification_version: 3
42
44
  summary: Expo of object presentations
43
45
  test_files: []
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZWEwMDY2NzQyNTJkYTE5OGE3NzU3OWJmYjM0YmM1YmQ4OGFjZDgwZA==
5
- data.tar.gz: !binary |-
6
- YWQ1ZWEyNGMyNGRkNWJiZmViMjc3ZmNmM2JjZDcxOGEyZTM5ZmRiYw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- MDMwM2ZmMWM3N2U0OTExNzYwNTgzZjBmZmIzZGI1NGEyMGQ1MWNjYWM3NjUw
10
- NmU5MjQzOGZhNmYzMDA2ZTA1YmM4MTBkMGNkNThjNTc5YTI0MGQ3ZWRmMzE3
11
- YjBhYjI3NzM1ODE2ZjFkMzlmNDgzYzdhNDBkYzQ2ZTc1ODZlNTE=
12
- data.tar.gz: !binary |-
13
- OTE2YjU3YmQxNGJhNDA1YjgwNTRjNGY1Y2YyZmFmMTNjYTgyYWFkZDA1Mjc2
14
- ZDAzMDY4YzU1Y2FiOGU2NjQ2NjZjYWNkMjlmY2Y3M2JmZmJkZmYzZTU4NzMx
15
- NDc3YTM0NmU1ZDhlMjYzZWRiZmQ5ZTIzYzllYWE1NGQ5NWVmZWQ=