deckchair 0.0.10 → 0.0.11

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/.gitignore CHANGED
@@ -15,3 +15,4 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ .DS_Store
@@ -1,3 +1,3 @@
1
1
  module Deckchair
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
@@ -1,16 +1,11 @@
1
1
  module Deckchair
2
2
  module ViewHelpers
3
-
4
- def dc_pre(text)
5
- content_tag :pre, text
6
- end
7
3
 
8
- def deckchair_test_helper
9
- result = "Hello World!!"
10
- return result
4
+ def deckchair_version
5
+ return Deckchair::VERSION
11
6
  end
12
7
 
13
- def deckchair_image_url(id, params)
8
+ def deckchair_image_url(id, query_params)
14
9
  return Deckchair::Image.url(id, query_params)
15
10
  end
16
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deckchair
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: