web_app_builder 1.0.4 → 1.0.5
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/.idea/.rakeTasks +1 -1
- data/.idea/misc.xml +18 -3
- data/.idea/web_app_builder.iml +16 -2
- data/.idea/workspace.xml +305 -149
- data/.ruby-version +1 -1
- data/CHANGES +5 -1
- data/lib/web_app_builder/version.rb +2 -2
- data/lib/web_app_builder/web_app_builder.rb +71 -59
- data/lib/web_app_builder.rb +1 -0
- data/spec/web_app_builder_spec.rb +0 -2
- data/web_app_builder.gemspec +0 -4
- metadata +75 -163
- data/.idea/cssxfire.xml +0 -9
- data/projectFilesBackup/.idea/web_app_builder.iml +0 -23
- data/spec/spec_helper.rb +0 -1
data/.idea/.rakeTasks
CHANGED
@@ -4,4 +4,4 @@ You are allowed to:
|
|
4
4
|
1. Remove rake task
|
5
5
|
2. Add existing rake tasks
|
6
6
|
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="build" taksId="build" /><RakeTask description="" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/misc.xml
CHANGED
@@ -1,8 +1,23 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
|
-
<component name="
|
4
|
-
|
3
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p429 [web_app_builder]" project-jdk-type="RUBY_SDK" />
|
4
|
+
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false">
|
5
|
+
<option name="USER" value="" />
|
6
|
+
<option name="PASSWORD" value="" />
|
7
|
+
<option name="mySSHConnectionTimeout" value="30000" />
|
8
|
+
<option name="mySSHReadTimeout" value="30000" />
|
9
|
+
<option name="LAST_MERGED_REVISION" />
|
10
|
+
<option name="MERGE_DRY_RUN" value="false" />
|
11
|
+
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
12
|
+
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
13
|
+
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
14
|
+
<option name="DETECT_NESTED_COPIES" value="true" />
|
15
|
+
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
16
|
+
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
17
|
+
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
18
|
+
<option name="FORCE_UPDATE" value="false" />
|
19
|
+
<option name="IGNORE_EXTERNALS" value="false" />
|
20
|
+
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
5
21
|
</component>
|
6
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p194 [web_app_builder]" project-jdk-type="RUBY_SDK" />
|
7
22
|
</project>
|
8
23
|
|
data/.idea/web_app_builder.iml
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
<component name="FacetManager">
|
4
4
|
<facet type="gem" name="Gem">
|
5
5
|
<configuration>
|
6
|
-
<option name="GEM_APP_ROOT_PATH" value="" />
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
7
|
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
-
<option name="GEM_APP_LIB_PATH" value="" />
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
9
|
</configuration>
|
10
10
|
</facet>
|
11
11
|
</component>
|
@@ -13,6 +13,20 @@
|
|
13
13
|
<content url="file://$MODULE_DIR$" />
|
14
14
|
<orderEntry type="inheritedJdk" />
|
15
15
|
<orderEntry type="sourceFolder" forTests="false" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.1, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.4, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="file_utils (v1.0.6, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="gemcutter (v0.7.1, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="gemspec_deps_gen (v1.0.5, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="meta_methods (v1.0.5, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.13.3, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.13.0, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.13.1, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.13.0, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
27
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.13.1, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="zip (v2.0.2, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="zip_dsl (v1.1.0, RVM: ruby-1.9.3-p429 [web_app_builder]) [gem]" level="application" />
|
16
30
|
</component>
|
17
31
|
</module>
|
18
32
|
|