expressive 0.0.22 → 0.0.23

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- expressive (0.0.22)
4
+ expressive (0.0.23)
5
5
  awesome_print (~> 1.0.2)
6
6
  json
7
7
  polyglot (~> 0.3.3)
@@ -11,43 +11,43 @@ PATH
11
11
  GEM
12
12
  remote: http://rubygems.org/
13
13
  specs:
14
- addressable (2.3.2)
14
+ addressable (2.3.4)
15
15
  awesome_print (1.0.2)
16
- coderay (1.0.7)
17
- crack (0.3.1)
16
+ coderay (1.0.9)
17
+ crack (0.3.2)
18
18
  diff-lcs (1.1.3)
19
- ffi (1.1.5)
20
- ffi (1.1.5-java)
21
- guard (1.3.2)
19
+ ffi (1.8.1)
20
+ ffi (1.8.1-java)
21
+ guard (1.3.3)
22
22
  listen (>= 0.4.2)
23
23
  thor (>= 0.14.6)
24
24
  guard-rspec (1.2.1)
25
25
  guard (>= 1.1)
26
- json (1.7.4)
27
- json (1.7.4-java)
28
- listen (0.4.7)
29
- rb-fchange (~> 0.0.5)
30
- rb-fsevent (~> 0.9.1)
31
- rb-inotify (~> 0.8.8)
32
- method_source (0.8)
33
- mime-types (1.21)
26
+ json (1.8.0)
27
+ json (1.8.0-java)
28
+ listen (1.1.2)
29
+ rb-fsevent (>= 0.9.3)
30
+ rb-inotify (>= 0.9)
31
+ rb-kqueue (>= 0.2)
32
+ method_source (0.8.1)
33
+ mime-types (1.23)
34
34
  polyglot (0.3.3)
35
- pry (0.9.10)
35
+ pry (0.9.12.2)
36
36
  coderay (~> 1.0.5)
37
37
  method_source (~> 0.8)
38
- slop (~> 3.3.1)
39
- pry (0.9.10-java)
38
+ slop (~> 3.4)
39
+ pry (0.9.12.2-java)
40
40
  coderay (~> 1.0.5)
41
41
  method_source (~> 0.8)
42
- slop (~> 3.3.1)
42
+ slop (~> 3.4)
43
43
  spoon (~> 0.0)
44
- rake (10.0.0)
45
- rb-fchange (0.0.5)
46
- ffi
47
- rb-fsevent (0.9.1)
48
- rb-inotify (0.8.8)
44
+ rake (10.0.4)
45
+ rb-fsevent (0.9.3)
46
+ rb-inotify (0.9.0)
47
+ ffi (>= 0.5.0)
48
+ rb-kqueue (0.2.0)
49
49
  ffi (>= 0.5.0)
50
- rdoc (3.12)
50
+ rdoc (3.12.2)
51
51
  json (~> 1.4)
52
52
  rest-client (1.6.7)
53
53
  mime-types (>= 1.16)
@@ -56,15 +56,15 @@ GEM
56
56
  rspec-expectations (~> 2.11.0)
57
57
  rspec-mocks (~> 2.11.0)
58
58
  rspec-core (2.11.1)
59
- rspec-expectations (2.11.2)
59
+ rspec-expectations (2.11.3)
60
60
  diff-lcs (~> 1.1.3)
61
- rspec-mocks (2.11.2)
61
+ rspec-mocks (2.11.3)
62
62
  ruby_gntp (0.3.4)
63
- slop (3.3.2)
64
- spoon (0.0.3)
63
+ slop (3.4.5)
64
+ spoon (0.0.4)
65
65
  ffi
66
- thor (0.16.0)
67
- timecop (0.5.3)
66
+ thor (0.18.1)
67
+ timecop (0.5.9.2)
68
68
  treetop (1.4.12)
69
69
  polyglot
70
70
  polyglot (>= 0.3.1)
@@ -1,3 +1,3 @@
1
1
  module Expressive
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
@@ -172,7 +172,7 @@ module Expressive
172
172
  #convert cells to array so it can manipulated easily
173
173
  cells_array = cells.map{|c| c.text_value.gsub(/\A"|"\Z/, '')}
174
174
  url = cells_array.shift
175
- url = Expressive.run(url, scope) || url
175
+ url = Expressive.run(url, scope) if url =~ /\A\(.*\)\Z/
176
176
  headers = create_webhook_headers(cells_array)
177
177
  params = create_webhook_parameters(scope, cells_array)
178
178
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expressive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-28 00:00:00.000000000 Z
12
+ date: 2013-05-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ruby_gntp
@@ -294,7 +294,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
294
294
  version: '0'
295
295
  segments:
296
296
  - 0
297
- hash: 2019720455442608896
297
+ hash: 1273434099019022077
298
298
  required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  none: false
300
300
  requirements:
@@ -303,7 +303,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
303
303
  version: '0'
304
304
  segments:
305
305
  - 0
306
- hash: 2019720455442608896
306
+ hash: 1273434099019022077
307
307
  requirements: []
308
308
  rubyforge_project:
309
309
  rubygems_version: 1.8.24