forked from house9/jquery-iframe-auto-height
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.rb
24 lines (19 loc) · 976 Bytes
/
version.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
class Version
JQUERY_IFRAME_AUTO_HEIGHT_VERSION = "1.6.0"
AUTHORS = [
"NATHAN SMITH (http://sonspring.com/)",
"Jesse House (https://github.com/house9)",
"aaron manela (https://github.com/aaronmanela)",
"Hideki Abe (https://github.com/hideki-a)",
"Patrick Clark (https://github.com/hellopat)",
"ChristineP2 (https://github.com/ChristineP2)",
"Mmjavellana (https://github.com/Mmjavellana)",
"yiqing-95 (https://github.com/yiqing-95)"
]
AUTHOR_TOKEN = "[INSERT_AUTHOR_LIST]"
TOKENS_AND_VALUES = [
{ :token => "[INSERT_PLUGIN_NAME]", :value => "Plugin: iframe autoheight jQuery Plugin" },
{ :token => "[INSERT_VERSION_NUMBER]", :value => "Version: #{JQUERY_IFRAME_AUTO_HEIGHT_VERSION}" },
{ :token => "[INSERT_DESCRIPTION]", :value => "Description: when the page loads set the height of an iframe based on the height of its contents\n see README: http://github.com/house9/jquery-iframe-auto-height\n" }
]
end