bluemix-rails 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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5b16dcb3b60076d0ce195470302358d447387610
4
+ data.tar.gz: 33380ccef570d48027c4fb37de7cf68cef3d13be
5
+ SHA512:
6
+ metadata.gz: b60d0ab801859903281c8ca79df87e191cb21291402f1871087ad1b8085a2a4900832800cf4ebafcb70c0d21d95c390b5771c4b2e669c0c1841cbdbcdf4025b3
7
+ data.tar.gz: b4adb6b89b86431c78ae647fcbc06ff0adbe9484e0160d02df89ffa6f796378b5d82d1bd3057f8e82c23a777aa71762584687cabf58efaa84069b518f02ecf4e
data/.gitignore ADDED
@@ -0,0 +1,22 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.bundle
19
+ *.so
20
+ *.o
21
+ *.a
22
+ mkmf.log
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ bluemix-rails
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 bluemix-rails-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install bluemix-rails-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push bluemix-rails-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
@@ -0,0 +1,19 @@
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
+ <orderEntry type="inheritedJdk" />
15
+ <orderEntry type="sourceFolder" forTests="false" />
16
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.1, RVM: ruby-2.1.1) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-2.1.1) [gem]" level="application" />
18
+ </component>
19
+ </module>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
+ </project>
data/.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.1.1" project-jdk-type="RUBY_SDK" />
4
+ </project>
data/.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/bluemix-rails.iml" filepath="$PROJECT_DIR$/.idea/bluemix-rails.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,5 @@
1
+ <component name="DependencyValidationManager">
2
+ <state>
3
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
+ </state>
5
+ </component>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,181 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="7e07cacf-be3e-4e81-8a4a-fdf6cc747149" name="Default" comment="">
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
6
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
7
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
8
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
9
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
10
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bluemix-rails.gemspec" />
11
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/bluemix/rails.rb" />
12
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/bluemix/rails/version.rb" />
13
+ </list>
14
+ <ignored path="bluemix-rails.iws" />
15
+ <ignored path=".idea/workspace.xml" />
16
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
17
+ <option name="TRACKING_ENABLED" value="true" />
18
+ <option name="SHOW_DIALOG" value="false" />
19
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
20
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
21
+ <option name="LAST_RESOLUTION" value="IGNORE" />
22
+ </component>
23
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
24
+ <component name="CreatePatchCommitExecutor">
25
+ <option name="PATCH_PATH" value="" />
26
+ </component>
27
+ <component name="DaemonCodeAnalyzer">
28
+ <disable_hints />
29
+ </component>
30
+ <component name="FavoritesManager">
31
+ <favorites_list name="bluemix-rails" />
32
+ </component>
33
+ <component name="FileEditorManager">
34
+ <leaf>
35
+ <file leaf-file-name="bluemix-rails.gemspec" pinned="false" current-in-tab="true">
36
+ <entry file="file://$PROJECT_DIR$/bluemix-rails.gemspec">
37
+ <provider selected="true" editor-type-id="text-editor">
38
+ <state vertical-scroll-proportion="0.40650406" vertical-offset="0" max-vertical-offset="738">
39
+ <caret line="20" column="21" selection-start-line="20" selection-start-column="21" selection-end-line="20" selection-end-column="21" />
40
+ <folding />
41
+ </state>
42
+ </provider>
43
+ </entry>
44
+ </file>
45
+ </leaf>
46
+ </component>
47
+ <component name="Git.Settings">
48
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
49
+ </component>
50
+ <component name="IdeDocumentHistory">
51
+ <option name="CHANGED_PATHS">
52
+ <list>
53
+ <option value="$PROJECT_DIR$/bluemix-rails.gemspec" />
54
+ </list>
55
+ </option>
56
+ </component>
57
+ <component name="JsGulpfileManager">
58
+ <detection-done>true</detection-done>
59
+ </component>
60
+ <component name="ProjectFrameBounds">
61
+ <option name="x" value="720" />
62
+ <option name="y" value="23" />
63
+ <option name="width" value="720" />
64
+ <option name="height" value="809" />
65
+ </component>
66
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
67
+ <OptionsSetting value="true" id="Add" />
68
+ <OptionsSetting value="true" id="Remove" />
69
+ <OptionsSetting value="true" id="Checkout" />
70
+ <OptionsSetting value="true" id="Update" />
71
+ <OptionsSetting value="true" id="Status" />
72
+ <OptionsSetting value="true" id="Edit" />
73
+ <ConfirmationsSetting value="0" id="Add" />
74
+ <ConfirmationsSetting value="0" id="Remove" />
75
+ </component>
76
+ <component name="ProjectView">
77
+ <navigator currentView="ProjectPane" proportions="" version="1">
78
+ <flattenPackages />
79
+ <showMembers />
80
+ <showModules />
81
+ <showLibraryContents />
82
+ <hideEmptyPackages />
83
+ <abbreviatePackageNames />
84
+ <autoscrollToSource />
85
+ <autoscrollFromSource />
86
+ <sortByType />
87
+ </navigator>
88
+ <panes>
89
+ <pane id="Scope" />
90
+ <pane id="ProjectPane">
91
+ <subPane>
92
+ <PATH>
93
+ <PATH_ELEMENT>
94
+ <option name="myItemId" value="bluemix-rails" />
95
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
96
+ </PATH_ELEMENT>
97
+ </PATH>
98
+ <PATH>
99
+ <PATH_ELEMENT>
100
+ <option name="myItemId" value="bluemix-rails" />
101
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
102
+ </PATH_ELEMENT>
103
+ <PATH_ELEMENT>
104
+ <option name="myItemId" value="bluemix-rails" />
105
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
106
+ </PATH_ELEMENT>
107
+ </PATH>
108
+ </subPane>
109
+ </pane>
110
+ </panes>
111
+ </component>
112
+ <component name="PropertiesComponent">
113
+ <property name="WebServerToolWindowFactoryState" value="false" />
114
+ </component>
115
+ <component name="RunManager">
116
+ <list size="0" />
117
+ </component>
118
+ <component name="ShelveChangesManager" show_recycled="false" />
119
+ <component name="TaskManager">
120
+ <task active="true" id="Default" summary="Default task">
121
+ <changelist id="7e07cacf-be3e-4e81-8a4a-fdf6cc747149" name="Default" comment="" />
122
+ <option name="number" value="Default" />
123
+ </task>
124
+ <servers />
125
+ </component>
126
+ <component name="ToolWindowManager">
127
+ <frame x="720" y="23" width="720" height="809" extended-state="0" />
128
+ <editor active="true" />
129
+ <layout>
130
+ <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
131
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
132
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
133
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
134
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
135
+ <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
136
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
137
+ <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
138
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
139
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
140
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
141
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
142
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
143
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
144
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
145
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
146
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
147
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
148
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
149
+ </layout>
150
+ </component>
151
+ <component name="Vcs.Log.UiProperties">
152
+ <option name="RECENTLY_FILTERED_USER_GROUPS">
153
+ <collection />
154
+ </option>
155
+ <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
156
+ <collection />
157
+ </option>
158
+ </component>
159
+ <component name="VcsContentAnnotationSettings">
160
+ <option name="myLimit" value="2678400000" />
161
+ </component>
162
+ <component name="VcsManagerConfiguration">
163
+ <option name="myTodoPanelSettings">
164
+ <TodoPanelSettings />
165
+ </option>
166
+ </component>
167
+ <component name="XDebuggerManager">
168
+ <breakpoint-manager />
169
+ <watches-manager />
170
+ </component>
171
+ <component name="editorHistoryManager">
172
+ <entry file="file://$PROJECT_DIR$/bluemix-rails.gemspec">
173
+ <provider selected="true" editor-type-id="text-editor">
174
+ <state vertical-scroll-proportion="0.40650406" vertical-offset="0" max-vertical-offset="738">
175
+ <caret line="20" column="21" selection-start-line="20" selection-start-column="21" selection-end-line="20" selection-end-column="21" />
176
+ <folding />
177
+ </state>
178
+ </provider>
179
+ </entry>
180
+ </component>
181
+ </project>
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in bluemix-rails.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015 TODO: Write your name
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # Bluemix::Rails
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'bluemix-rails'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install bluemix-rails
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Contributing
24
+
25
+ 1. Fork it ( https://github.com/[my-github-username]/bluemix-rails/fork )
26
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
27
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
28
+ 4. Push to the branch (`git push origin my-new-feature`)
29
+ 5. Create a new Pull Request
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+
@@ -0,0 +1,23 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'bluemix/rails/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "bluemix-rails"
8
+ spec.version = Bluemix::Rails::VERSION
9
+ spec.authors = ["Steven Magelowitz", "Savannah Worth"]
10
+ spec.email = ["steven.magelowitz@gmail.com", "sdworth11@gmail.com"]
11
+ spec.summary = %q{Command line tool that sets up rails project for Bluemix}
12
+ spec.description = %q{Command line tool that sets up rails project for Bluemix}
13
+ spec.homepage = ""
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files -z`.split("\x0")
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ["lib"]
20
+
21
+ spec.add_development_dependency "bundler", "~> 1.6"
22
+ spec.add_development_dependency "rake"
23
+ end
@@ -0,0 +1,7 @@
1
+ require "bluemix/rails/version"
2
+
3
+ module Bluemix
4
+ module Rails
5
+ # Your code goes here...
6
+ end
7
+ end
@@ -0,0 +1,5 @@
1
+ module Bluemix
2
+ module Rails
3
+ VERSION = "0.0.1"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bluemix-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Steven Magelowitz
8
+ - Savannah Worth
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2015-01-07 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: bundler
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: '1.6'
21
+ type: :development
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: '1.6'
28
+ - !ruby/object:Gem::Dependency
29
+ name: rake
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ description: Command line tool that sets up rails project for Bluemix
43
+ email:
44
+ - steven.magelowitz@gmail.com
45
+ - sdworth11@gmail.com
46
+ executables: []
47
+ extensions: []
48
+ extra_rdoc_files: []
49
+ files:
50
+ - ".gitignore"
51
+ - ".idea/.name"
52
+ - ".idea/.rakeTasks"
53
+ - ".idea/bluemix-rails.iml"
54
+ - ".idea/encodings.xml"
55
+ - ".idea/misc.xml"
56
+ - ".idea/modules.xml"
57
+ - ".idea/scopes/scope_settings.xml"
58
+ - ".idea/vcs.xml"
59
+ - ".idea/workspace.xml"
60
+ - Gemfile
61
+ - LICENSE.txt
62
+ - README.md
63
+ - Rakefile
64
+ - bluemix-rails.gemspec
65
+ - lib/bluemix/rails.rb
66
+ - lib/bluemix/rails/version.rb
67
+ homepage: ''
68
+ licenses:
69
+ - MIT
70
+ metadata: {}
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubyforge_project:
87
+ rubygems_version: 2.2.2
88
+ signing_key:
89
+ specification_version: 4
90
+ summary: Command line tool that sets up rails project for Bluemix
91
+ test_files: []