rails_qx 0.0.1
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.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +6 -0
- data/.idea/misc.xml +14 -0
- data/.idea/modules.xml +8 -0
- data/.idea/rails_qx.iml +21 -0
- data/.idea/workspace.xml +162 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +48 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/rails_qx/engine.rb +6 -0
- data/lib/rails_qx/version.rb +3 -0
- data/lib/rails_qx.rb +6 -0
- data/rails_qx.gemspec +26 -0
- data/vendor/assets/javascripts/.keep +0 -0
- data/vendor/assets/javascripts/rails_qx.js +19156 -0
- metadata +92 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: f7371118d189cc53ef0882fda82e9b1422a1e6b1
|
4
|
+
data.tar.gz: d31fb93146c2cab16c89e90a2cf8d653ba0c471e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 6498c5428ff494255d4407f6f88e395fc4e5bb60e187fd9cec4b298f7b9d3a8001864740d958936469e6e80a3bab9a1e042870f80396b0e43f0ab82e03417122
|
7
|
+
data.tar.gz: 2af1a01ae87cbefba5b148b473d1249d3656349a86394aebfeb2243a5c63bdefb7fdb1258f545193fb8e00e1963f25e308d287f2a0569ba3a2ae7c52987b9d0e
|
data/.gitignore
ADDED
data/.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
rails_qx
|
data/.idea/.rakeTasks
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
+
You are allowed to:
|
4
|
+
1. Remove rake task
|
5
|
+
2. Add existing rake tasks
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build rails_qx-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install rails_qx-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push rails_qx-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="" fullCmd="default" taksId="default" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
4
|
+
<OptionsSetting value="true" id="Add" />
|
5
|
+
<OptionsSetting value="true" id="Remove" />
|
6
|
+
<OptionsSetting value="true" id="Checkout" />
|
7
|
+
<OptionsSetting value="true" id="Update" />
|
8
|
+
<OptionsSetting value="true" id="Status" />
|
9
|
+
<OptionsSetting value="true" id="Edit" />
|
10
|
+
<ConfirmationsSetting value="0" id="Add" />
|
11
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
12
|
+
</component>
|
13
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.0.0-p481" project-jdk-type="RUBY_SDK" />
|
14
|
+
</project>
|
data/.idea/modules.xml
ADDED
data/.idea/rails_qx.iml
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="FacetManager">
|
4
|
+
<facet type="gem" name="Ruby Gem">
|
5
|
+
<configuration>
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
+
</configuration>
|
10
|
+
</facet>
|
11
|
+
</component>
|
12
|
+
<component name="NewModuleRootManager">
|
13
|
+
<content url="file://$MODULE_DIR$">
|
14
|
+
<excludeFolder url="file://$MODULE_DIR$/.bundle" />
|
15
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
|
16
|
+
</content>
|
17
|
+
<orderEntry type="inheritedJdk" />
|
18
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, ruby-2.0.0-p481) [gem]" level="application" />
|
20
|
+
</component>
|
21
|
+
</module>
|
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,162 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="a01ab905-434f-4491-9109-448c456d1469" name="Default" comment="" />
|
5
|
+
<ignored path="rails_qx.iws" />
|
6
|
+
<ignored path=".idea/workspace.xml" />
|
7
|
+
<ignored path="$PROJECT_DIR$/.bundle/" />
|
8
|
+
<ignored path="$PROJECT_DIR$/vendor/bundle/" />
|
9
|
+
<ignored path=".idea/dataSources.local.xml" />
|
10
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
11
|
+
<option name="TRACKING_ENABLED" value="true" />
|
12
|
+
<option name="SHOW_DIALOG" value="false" />
|
13
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
14
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
15
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
16
|
+
</component>
|
17
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
18
|
+
<component name="CreatePatchCommitExecutor">
|
19
|
+
<option name="PATCH_PATH" value="" />
|
20
|
+
</component>
|
21
|
+
<component name="FavoritesManager">
|
22
|
+
<favorites_list name="rails_qx" />
|
23
|
+
</component>
|
24
|
+
<component name="FileEditorManager">
|
25
|
+
<leaf>
|
26
|
+
<file leaf-file-name="rails_qx.gemspec" pinned="false" current-in-tab="true">
|
27
|
+
<entry file="file://$PROJECT_DIR$/rails_qx.gemspec">
|
28
|
+
<provider selected="true" editor-type-id="text-editor">
|
29
|
+
<state vertical-scroll-proportion="0.2988048">
|
30
|
+
<caret line="10" column="0" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
|
31
|
+
<folding />
|
32
|
+
</state>
|
33
|
+
</provider>
|
34
|
+
</entry>
|
35
|
+
</file>
|
36
|
+
</leaf>
|
37
|
+
</component>
|
38
|
+
<component name="IdeDocumentHistory">
|
39
|
+
<option name="CHANGED_PATHS">
|
40
|
+
<list>
|
41
|
+
<option value="$PROJECT_DIR$/rails_qx.gemspec" />
|
42
|
+
</list>
|
43
|
+
</option>
|
44
|
+
</component>
|
45
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
46
|
+
<component name="JsBuildToolPackageJson" detection-done="true" />
|
47
|
+
<component name="JsGulpfileManager">
|
48
|
+
<detection-done>true</detection-done>
|
49
|
+
</component>
|
50
|
+
<component name="ProjectFrameBounds">
|
51
|
+
<option name="x" value="127" />
|
52
|
+
<option name="y" value="137" />
|
53
|
+
<option name="width" value="1153" />
|
54
|
+
<option name="height" value="856" />
|
55
|
+
</component>
|
56
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
57
|
+
<OptionsSetting value="true" id="Add" />
|
58
|
+
<OptionsSetting value="true" id="Remove" />
|
59
|
+
<OptionsSetting value="true" id="Checkout" />
|
60
|
+
<OptionsSetting value="true" id="Update" />
|
61
|
+
<OptionsSetting value="true" id="Status" />
|
62
|
+
<OptionsSetting value="true" id="Edit" />
|
63
|
+
<ConfirmationsSetting value="0" id="Add" />
|
64
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
65
|
+
</component>
|
66
|
+
<component name="ProjectView">
|
67
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
68
|
+
<flattenPackages />
|
69
|
+
<showMembers />
|
70
|
+
<showModules />
|
71
|
+
<showLibraryContents />
|
72
|
+
<hideEmptyPackages />
|
73
|
+
<abbreviatePackageNames />
|
74
|
+
<autoscrollToSource />
|
75
|
+
<autoscrollFromSource />
|
76
|
+
<sortByType />
|
77
|
+
<manualOrder />
|
78
|
+
<foldersAlwaysOnTop value="true" />
|
79
|
+
</navigator>
|
80
|
+
<panes>
|
81
|
+
<pane id="Scratches" />
|
82
|
+
<pane id="ProjectPane">
|
83
|
+
<subPane>
|
84
|
+
<PATH>
|
85
|
+
<PATH_ELEMENT>
|
86
|
+
<option name="myItemId" value="rails_qx" />
|
87
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
88
|
+
</PATH_ELEMENT>
|
89
|
+
</PATH>
|
90
|
+
<PATH>
|
91
|
+
<PATH_ELEMENT>
|
92
|
+
<option name="myItemId" value="rails_qx" />
|
93
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
94
|
+
</PATH_ELEMENT>
|
95
|
+
<PATH_ELEMENT>
|
96
|
+
<option name="myItemId" value="rails_qx" />
|
97
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
98
|
+
</PATH_ELEMENT>
|
99
|
+
</PATH>
|
100
|
+
</subPane>
|
101
|
+
</pane>
|
102
|
+
<pane id="Scope" />
|
103
|
+
</panes>
|
104
|
+
</component>
|
105
|
+
<component name="PropertiesComponent">
|
106
|
+
<property name="settings.editor.selected.configurable" value="preferences.updates" />
|
107
|
+
<property name="settings.editor.splitter.proportion" value="0.22876447" />
|
108
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
109
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
110
|
+
</component>
|
111
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
112
|
+
<component name="TaskManager">
|
113
|
+
<task active="true" id="Default" summary="Default task">
|
114
|
+
<changelist id="a01ab905-434f-4491-9109-448c456d1469" name="Default" comment="" />
|
115
|
+
<created>1454792706117</created>
|
116
|
+
<option name="number" value="Default" />
|
117
|
+
<updated>1454792706117</updated>
|
118
|
+
</task>
|
119
|
+
<servers />
|
120
|
+
</component>
|
121
|
+
<component name="ToolWindowManager">
|
122
|
+
<frame x="127" y="137" width="1153" height="856" extended-state="0" />
|
123
|
+
<editor active="true" />
|
124
|
+
<layout>
|
125
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2547255" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
126
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
127
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32911393" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
128
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
129
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
130
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
131
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
132
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32911393" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
133
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
134
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
135
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
136
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
137
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
138
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
139
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
140
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
141
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
142
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
143
|
+
</layout>
|
144
|
+
</component>
|
145
|
+
<component name="VcsContentAnnotationSettings">
|
146
|
+
<option name="myLimit" value="2678400000" />
|
147
|
+
</component>
|
148
|
+
<component name="XDebuggerManager">
|
149
|
+
<breakpoint-manager />
|
150
|
+
<watches-manager />
|
151
|
+
</component>
|
152
|
+
<component name="editorHistoryManager">
|
153
|
+
<entry file="file://$PROJECT_DIR$/rails_qx.gemspec">
|
154
|
+
<provider selected="true" editor-type-id="text-editor">
|
155
|
+
<state vertical-scroll-proportion="0.2988048">
|
156
|
+
<caret line="10" column="0" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
|
157
|
+
<folding />
|
158
|
+
</state>
|
159
|
+
</provider>
|
160
|
+
</entry>
|
161
|
+
</component>
|
162
|
+
</project>
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2016 Peter Fisk
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
# Rails_Qx
|
2
|
+
|
3
|
+
The Rails_Qx gem allows building Rich-Internet-Application (RIA) user interfaces using only Ruby code.
|
4
|
+
All JavaScript/HTML/CSS is automatically generated and packaged through the Rails asset pipeline.
|
5
|
+
|
6
|
+
Ruby client-side code should be created under the following RoR directories:
|
7
|
+
|
8
|
+
- app/assets/javascripts
|
9
|
+
- lib/assets/javascripts
|
10
|
+
- vendor/assets/javascripts
|
11
|
+
|
12
|
+
|
13
|
+
## Installation
|
14
|
+
|
15
|
+
Add this line to your application's Gemfile:
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
gem 'rails_qx'
|
19
|
+
```
|
20
|
+
|
21
|
+
And then execute:
|
22
|
+
|
23
|
+
$ bundle
|
24
|
+
|
25
|
+
Or install it yourself as:
|
26
|
+
|
27
|
+
$ gem install rails_qx
|
28
|
+
|
29
|
+
|
30
|
+
## Demo Application using Rails_Qx
|
31
|
+
|
32
|
+
http://railsqx.com/
|
33
|
+
|
34
|
+
|
35
|
+
## Demo Application Source on GitHub
|
36
|
+
|
37
|
+
https://github.com/pdfisk/rails_qx_demo
|
38
|
+
|
39
|
+
|
40
|
+
## Contributing
|
41
|
+
|
42
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/pdfisk/rails_qx.
|
43
|
+
|
44
|
+
|
45
|
+
## License
|
46
|
+
|
47
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
48
|
+
|
data/Rakefile
ADDED
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "rails_qx"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start
|
data/bin/setup
ADDED
data/lib/rails_qx.rb
ADDED
data/rails_qx.gemspec
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'rails_qx/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "rails_qx"
|
8
|
+
spec.version = RailsQx::VERSION
|
9
|
+
spec.authors = ["peter fisk"]
|
10
|
+
spec.email = ["peter.fisk@gmail.com"]
|
11
|
+
|
12
|
+
spec.summary = %q{Client-side Rails UI framework.}
|
13
|
+
spec.description = %q{Build rich user interfaces 100% in Ruby for Ruby-on-Rails applications.}
|
14
|
+
spec.homepage = "http://railsqx.com"
|
15
|
+
spec.license = "MIT"
|
16
|
+
|
17
|
+
spec.files = `git ls-files -z`.split("\x0").reject {
|
18
|
+
|f| f.match(%r{^(test|spec|features|gem)/})
|
19
|
+
}
|
20
|
+
spec.bindir = "exe"
|
21
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
22
|
+
spec.require_paths = ["lib"]
|
23
|
+
|
24
|
+
spec.add_development_dependency "bundler", "~> 1.11"
|
25
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
26
|
+
end
|
File without changes
|