cayuga 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 733fe37d417db9507872a1a7d3b6f27900b12d61
4
+ data.tar.gz: b12959683b55c4b6627edddedd5c7a0f1899adc1
5
+ SHA512:
6
+ metadata.gz: 7cfb26b82d5b579e1a700006bec3db0962069d2d7a2c6c0e7bff288c252c446c599eb65db1dd64aa478300318e16d355e33a33455c88c26fc68de4ff7dc8b5d8
7
+ data.tar.gz: 27626112fc41114d3cfdbd9483b9e6ddee3291c4b12d2336abf7658cc029b027127d03d934ebefedaf7c215110e89aedfc77c4d68ec53f982d816ba4d12f895a
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.idea/misc.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.4.4-p296" project-jdk-type="RUBY_SDK">
4
+ <output url="file://$PROJECT_DIR$/out" />
5
+ </component>
6
+ </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$/cayuga.iml" filepath="$PROJECT_DIR$/cayuga.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,359 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="5ed2111a-a046-4a2c-ad1a-1281a894a907" name="Default" comment="">
5
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
+ <change beforePath="$PROJECT_DIR$/cayuga.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/cayuga.gemspec" afterDir="false" />
7
+ <change beforePath="$PROJECT_DIR$/cayuga.iml" beforeDir="false" afterPath="$PROJECT_DIR$/cayuga.iml" afterDir="false" />
8
+ <change beforePath="$PROJECT_DIR$/lib/cayuga/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/cayuga/version.rb" afterDir="false" />
9
+ </list>
10
+ <ignored path="$PROJECT_DIR$/out/" />
11
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
12
+ <option name="TRACKING_ENABLED" value="true" />
13
+ <option name="SHOW_DIALOG" value="false" />
14
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
15
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
16
+ <option name="LAST_RESOLUTION" value="IGNORE" />
17
+ </component>
18
+ <component name="FileEditorManager">
19
+ <leaf>
20
+ <file leaf-file-name="cayuga.rb" pinned="false" current-in-tab="false">
21
+ <entry file="file://$PROJECT_DIR$/lib/cayuga.rb">
22
+ <provider selected="true" editor-type-id="text-editor" />
23
+ </entry>
24
+ </file>
25
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
26
+ <entry file="file://$PROJECT_DIR$/lib/cayuga/version.rb">
27
+ <provider selected="true" editor-type-id="text-editor">
28
+ <state relative-caret-position="51">
29
+ <caret line="3" lean-forward="true" selection-start-line="3" selection-end-line="3" />
30
+ </state>
31
+ </provider>
32
+ </entry>
33
+ </file>
34
+ <file leaf-file-name="cayuga_spec.rb" pinned="false" current-in-tab="false">
35
+ <entry file="file://$PROJECT_DIR$/spec/cayuga_spec.rb">
36
+ <provider selected="true" editor-type-id="text-editor" />
37
+ </entry>
38
+ </file>
39
+ <file leaf-file-name="cayuga.gemspec" pinned="false" current-in-tab="false">
40
+ <entry file="file://$PROJECT_DIR$/cayuga.gemspec">
41
+ <provider selected="true" editor-type-id="text-editor">
42
+ <state relative-caret-position="85">
43
+ <caret line="8" column="41" lean-forward="true" selection-start-line="8" selection-start-column="41" selection-end-line="8" selection-end-column="41" />
44
+ </state>
45
+ </provider>
46
+ </entry>
47
+ </file>
48
+ <file leaf-file-name="LICENSE" pinned="false" current-in-tab="false">
49
+ <entry file="file://$PROJECT_DIR$/LICENSE">
50
+ <provider selected="true" editor-type-id="text-editor" />
51
+ </entry>
52
+ </file>
53
+ </leaf>
54
+ </component>
55
+ <component name="Git.Settings">
56
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
57
+ </component>
58
+ <component name="IdeDocumentHistory">
59
+ <option name="CHANGED_PATHS">
60
+ <list>
61
+ <option value="$PROJECT_DIR$/cayuga.gemspec" />
62
+ <option value="$PROJECT_DIR$/lib/cayuga/version.rb" />
63
+ </list>
64
+ </option>
65
+ </component>
66
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
67
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
68
+ <component name="JsGulpfileManager">
69
+ <detection-done>true</detection-done>
70
+ <sorting>DEFINITION_ORDER</sorting>
71
+ </component>
72
+ <component name="NodePackageJsonFileManager">
73
+ <packageJsonPaths />
74
+ </component>
75
+ <component name="ProjectFrameBounds" extendedState="6">
76
+ <option name="x" value="192" />
77
+ <option name="y" value="175" />
78
+ <option name="width" value="896" />
79
+ <option name="height" value="397" />
80
+ </component>
81
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
82
+ <component name="ProjectView">
83
+ <navigator proportions="" version="1">
84
+ <foldersAlwaysOnTop value="true" />
85
+ </navigator>
86
+ <panes>
87
+ <pane id="ProjectPane">
88
+ <subPane>
89
+ <expand>
90
+ <path>
91
+ <item name="cayuga" type="b2602c69:ProjectViewProjectNode" />
92
+ <item name="cayuga" type="462c0819:PsiDirectoryNode" />
93
+ </path>
94
+ <path>
95
+ <item name="cayuga" type="b2602c69:ProjectViewProjectNode" />
96
+ <item name="cayuga" type="462c0819:PsiDirectoryNode" />
97
+ <item name="lib" type="462c0819:PsiDirectoryNode" />
98
+ </path>
99
+ <path>
100
+ <item name="cayuga" type="b2602c69:ProjectViewProjectNode" />
101
+ <item name="cayuga" type="462c0819:PsiDirectoryNode" />
102
+ <item name="lib" type="462c0819:PsiDirectoryNode" />
103
+ <item name="cayuga" type="462c0819:PsiDirectoryNode" />
104
+ </path>
105
+ <path>
106
+ <item name="cayuga" type="b2602c69:ProjectViewProjectNode" />
107
+ <item name="cayuga" type="462c0819:PsiDirectoryNode" />
108
+ <item name="spec" type="462c0819:PsiDirectoryNode" />
109
+ </path>
110
+ </expand>
111
+ <select />
112
+ </subPane>
113
+ </pane>
114
+ <pane id="PackagesPane" />
115
+ <pane id="Scope" />
116
+ </panes>
117
+ </component>
118
+ <component name="PropertiesComponent">
119
+ <property name="WebServerToolWindowFactoryState" value="false" />
120
+ <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
121
+ <property name="nodejs_npm_path_reset_for_default_project" value="true" />
122
+ </component>
123
+ <component name="RestoreUpdateTree" date="Moments ago" ActionInfo="_Update">
124
+ <UpdatedFiles>
125
+ <FILE-GROUP>
126
+ <option name="myUpdateName" value="Updated from server" />
127
+ <option name="myStatusName" value="Changed on server" />
128
+ <option name="mySupportsDeletion" value="false" />
129
+ <option name="myCanBeAbsent" value="false" />
130
+ <option name="myId" value="CHANGED_ON_SERVER" />
131
+ <FILE-GROUP>
132
+ <option name="myUpdateName" value="Updated" />
133
+ <option name="myStatusName" value="Changed" />
134
+ <option name="mySupportsDeletion" value="false" />
135
+ <option name="myCanBeAbsent" value="false" />
136
+ <option name="myId" value="UPDATED" />
137
+ </FILE-GROUP>
138
+ <FILE-GROUP>
139
+ <option name="myUpdateName" value="Created" />
140
+ <option name="myStatusName" value="Created" />
141
+ <option name="mySupportsDeletion" value="false" />
142
+ <option name="myCanBeAbsent" value="false" />
143
+ <option name="myId" value="CREATED" />
144
+ <PATH vcs="Git" revision="">$PROJECT_DIR$/LICENSE</PATH>
145
+ </FILE-GROUP>
146
+ <FILE-GROUP>
147
+ <option name="myUpdateName" value="Deleted" />
148
+ <option name="myStatusName" value="Deleted" />
149
+ <option name="mySupportsDeletion" value="false" />
150
+ <option name="myCanBeAbsent" value="true" />
151
+ <option name="myId" value="REMOVED_FROM_REPOSITORY" />
152
+ </FILE-GROUP>
153
+ <FILE-GROUP>
154
+ <option name="myUpdateName" value="Restored" />
155
+ <option name="myStatusName" value="Will be restored" />
156
+ <option name="mySupportsDeletion" value="false" />
157
+ <option name="myCanBeAbsent" value="false" />
158
+ <option name="myId" value="RESTORED" />
159
+ </FILE-GROUP>
160
+ </FILE-GROUP>
161
+ <FILE-GROUP>
162
+ <option name="myUpdateName" value="Modified" />
163
+ <option name="myStatusName" value="Modified" />
164
+ <option name="mySupportsDeletion" value="false" />
165
+ <option name="myCanBeAbsent" value="false" />
166
+ <option name="myId" value="MODIFIED" />
167
+ </FILE-GROUP>
168
+ <FILE-GROUP>
169
+ <option name="myUpdateName" value="Skipped" />
170
+ <option name="myStatusName" value="Skipped" />
171
+ <option name="mySupportsDeletion" value="false" />
172
+ <option name="myCanBeAbsent" value="false" />
173
+ <option name="myId" value="SKIPPED" />
174
+ </FILE-GROUP>
175
+ <FILE-GROUP>
176
+ <option name="myUpdateName" value="Merged with conflicts" />
177
+ <option name="myStatusName" value="Will be merged with conflicts" />
178
+ <option name="mySupportsDeletion" value="false" />
179
+ <option name="myCanBeAbsent" value="false" />
180
+ <option name="myId" value="MERGED_WITH_CONFLICTS" />
181
+ </FILE-GROUP>
182
+ <FILE-GROUP>
183
+ <option name="myUpdateName" value="Merged with tree conflicts" />
184
+ <option name="myStatusName" value="Merged with tree conflicts" />
185
+ <option name="mySupportsDeletion" value="false" />
186
+ <option name="myCanBeAbsent" value="false" />
187
+ <option name="myId" value="MERGED_WITH_TREE_CONFLICT" />
188
+ </FILE-GROUP>
189
+ <FILE-GROUP>
190
+ <option name="myUpdateName" value="Merged with property conflicts" />
191
+ <option name="myStatusName" value="Will be merged with property conflicts" />
192
+ <option name="mySupportsDeletion" value="false" />
193
+ <option name="myCanBeAbsent" value="false" />
194
+ <option name="myId" value="MERGED_WITH_PROPERTY_CONFLICT" />
195
+ </FILE-GROUP>
196
+ <FILE-GROUP>
197
+ <option name="myUpdateName" value="Merged" />
198
+ <option name="myStatusName" value="Will be merged" />
199
+ <option name="mySupportsDeletion" value="false" />
200
+ <option name="myCanBeAbsent" value="false" />
201
+ <option name="myId" value="MERGED" />
202
+ </FILE-GROUP>
203
+ <FILE-GROUP>
204
+ <option name="myUpdateName" value="Not in repository" />
205
+ <option name="myStatusName" value="Not in repository" />
206
+ <option name="mySupportsDeletion" value="true" />
207
+ <option name="myCanBeAbsent" value="false" />
208
+ <option name="myId" value="UNKNOWN" />
209
+ </FILE-GROUP>
210
+ <FILE-GROUP>
211
+ <option name="myUpdateName" value="Locally added" />
212
+ <option name="myStatusName" value="Locally added" />
213
+ <option name="mySupportsDeletion" value="false" />
214
+ <option name="myCanBeAbsent" value="false" />
215
+ <option name="myId" value="LOCALLY_ADDED" />
216
+ </FILE-GROUP>
217
+ <FILE-GROUP>
218
+ <option name="myUpdateName" value="Locally removed" />
219
+ <option name="myStatusName" value="Locally removed" />
220
+ <option name="mySupportsDeletion" value="false" />
221
+ <option name="myCanBeAbsent" value="false" />
222
+ <option name="myId" value="LOCALLY_REMOVED" />
223
+ </FILE-GROUP>
224
+ <FILE-GROUP>
225
+ <option name="myUpdateName" value="Switched" />
226
+ <option name="myStatusName" value="Switched" />
227
+ <option name="mySupportsDeletion" value="false" />
228
+ <option name="myCanBeAbsent" value="false" />
229
+ <option name="myId" value="SWITCHED" />
230
+ </FILE-GROUP>
231
+ </UpdatedFiles>
232
+ </component>
233
+ <component name="RunDashboard">
234
+ <option name="ruleStates">
235
+ <list>
236
+ <RuleState>
237
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
238
+ </RuleState>
239
+ <RuleState>
240
+ <option name="name" value="StatusDashboardGroupingRule" />
241
+ </RuleState>
242
+ </list>
243
+ </option>
244
+ </component>
245
+ <component name="RunManager">
246
+ <configuration default="true" type="Application" factoryName="Application">
247
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
248
+ </configuration>
249
+ <configuration name="&lt;template&gt;" type="JUnit" default="true" selected="false">
250
+ <option name="VM_PARAMETERS" value="-ea" />
251
+ <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
252
+ </configuration>
253
+ <configuration name="&lt;template&gt;" type="TestNG" default="true" selected="false">
254
+ <option name="VM_PARAMETERS" value="-ea" />
255
+ <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
256
+ </configuration>
257
+ </component>
258
+ <component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
259
+ <component name="TaskManager">
260
+ <task active="true" id="Default" summary="Default task">
261
+ <changelist id="5ed2111a-a046-4a2c-ad1a-1281a894a907" name="Default" comment="" />
262
+ <created>1530466636873</created>
263
+ <option name="number" value="Default" />
264
+ <option name="presentableId" value="Default" />
265
+ <updated>1530466636873</updated>
266
+ <workItem from="1530466641275" duration="3295000" />
267
+ </task>
268
+ <task id="LOCAL-00001" summary="initialization">
269
+ <created>1530468508378</created>
270
+ <option name="number" value="00001" />
271
+ <option name="presentableId" value="LOCAL-00001" />
272
+ <option name="project" value="LOCAL" />
273
+ <updated>1530468508378</updated>
274
+ </task>
275
+ <option name="localTasksCounter" value="2" />
276
+ <servers />
277
+ </component>
278
+ <component name="TimeTrackingManager">
279
+ <option name="totallyTimeSpent" value="3295000" />
280
+ </component>
281
+ <component name="ToolWindowManager">
282
+ <frame x="-8" y="-8" width="1382" height="744" extended-state="6" />
283
+ <editor active="true" />
284
+ <layout>
285
+ <window_info anchor="bottom" id="TODO" order="6" />
286
+ <window_info anchor="right" id="Palette&#9;" />
287
+ <window_info anchor="bottom" id="Event Log" sideWeight="0.5030257" side_tool="true" visible="true" weight="0.32843137" />
288
+ <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
289
+ <window_info anchor="bottom" id="Version Control" weight="0.32843137" />
290
+ <window_info anchor="bottom" id="Run" order="2" sideWeight="0.4969743" weight="0.32843137" />
291
+ <window_info anchor="bottom" id="Terminal" sideWeight="0.4969743" weight="0.32843137" />
292
+ <window_info id="Designer" />
293
+ <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24962178" />
294
+ <window_info anchor="right" id="Database" />
295
+ <window_info id="Learn" />
296
+ <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
297
+ <window_info id="Favorites" side_tool="true" />
298
+ <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
299
+ <window_info anchor="bottom" id="Find" order="1" />
300
+ <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
301
+ <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
302
+ <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
303
+ <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
304
+ <window_info anchor="bottom" id="Message" order="0" />
305
+ <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
306
+ </layout>
307
+ </component>
308
+ <component name="TypeScriptGeneratedFilesManager">
309
+ <option name="version" value="1" />
310
+ </component>
311
+ <component name="VcsContentAnnotationSettings">
312
+ <option name="myLimit" value="2678400000" />
313
+ </component>
314
+ <component name="VcsManagerConfiguration">
315
+ <MESSAGE value="initialization" />
316
+ <option name="LAST_COMMIT_MESSAGE" value="initialization" />
317
+ </component>
318
+ <component name="editorHistoryManager">
319
+ <entry file="file://$PROJECT_DIR$/lib/cayuga.rb">
320
+ <provider selected="true" editor-type-id="text-editor" />
321
+ </entry>
322
+ <entry file="file://$PROJECT_DIR$/spec/cayuga_spec.rb">
323
+ <provider selected="true" editor-type-id="text-editor" />
324
+ </entry>
325
+ <entry file="file://$PROJECT_DIR$/LICENSE">
326
+ <provider selected="true" editor-type-id="text-editor" />
327
+ </entry>
328
+ <entry file="file://$PROJECT_DIR$/cayuga.gemspec">
329
+ <provider selected="true" editor-type-id="text-editor">
330
+ <state relative-caret-position="85">
331
+ <caret line="8" column="41" lean-forward="true" selection-start-line="8" selection-start-column="41" selection-end-line="8" selection-end-column="41" />
332
+ </state>
333
+ </provider>
334
+ </entry>
335
+ <entry file="file://$PROJECT_DIR$/lib/cayuga/version.rb">
336
+ <provider selected="true" editor-type-id="text-editor">
337
+ <state relative-caret-position="51">
338
+ <caret line="3" lean-forward="true" selection-start-line="3" selection-end-line="3" />
339
+ </state>
340
+ </provider>
341
+ </entry>
342
+ </component>
343
+ <component name="masterDetails">
344
+ <states>
345
+ <state key="ProjectJDKs.UI">
346
+ <settings>
347
+ <last-edited>ruby-2.4.4-p296</last-edited>
348
+ <splitter-proportions>
349
+ <option name="proportions">
350
+ <list>
351
+ <option value="0.2" />
352
+ </list>
353
+ </option>
354
+ </splitter-proportions>
355
+ </settings>
356
+ </state>
357
+ </states>
358
+ </component>
359
+ </project>
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.4.4
5
+ before_install: gem install bundler -v 1.16.2
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in cayuga.gemspec
6
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Patrick Thomas
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 all
13
+ 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 THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,35 @@
1
+ # Cayuga
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/cayuga`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'cayuga'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install cayuga
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/cayuga.
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "cayuga"
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(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/cayuga.gemspec ADDED
@@ -0,0 +1,37 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "cayuga/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "cayuga"
8
+ spec.version = Cayuga::VERSION
9
+ spec.authors = ["Patrick Thomas"]
10
+ spec.email = ["peateas@gmail.com"]
11
+
12
+ spec.summary = %q{Holder for Cayuga applications and utilities.}
13
+ spec.homepage = "https://github.com/peateas/cayuga"
14
+ spec.licenses = 'MIT'
15
+
16
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
18
+ if spec.respond_to?(:metadata)
19
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
20
+ else
21
+ raise "RubyGems 2.0 or newer is required to protect against " \
22
+ "public gem pushes."
23
+ end
24
+
25
+ # Specify which files should be added to the gem when it is released.
26
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
27
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
28
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
29
+ end
30
+ spec.bindir = "exe"
31
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
+ spec.require_paths = ["lib"]
33
+
34
+ spec.add_development_dependency "bundler", "~> 1.16"
35
+ spec.add_development_dependency "rake", "~> 10.0"
36
+ spec.add_development_dependency "rspec", "~> 3.0"
37
+ end
data/cayuga.iml ADDED
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$" />
6
+ <orderEntry type="jdk" jdkName="ruby-2.4.4-p296" jdkType="RUBY_SDK" />
7
+ <orderEntry type="sourceFolder" forTests="false" />
8
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.2, ruby-2.4.4-p296) [gem]" level="application" />
9
+ <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, ruby-2.4.4-p296) [gem]" level="application" />
10
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, ruby-2.4.4-p296) [gem]" level="application" />
11
+ <orderEntry type="library" scope="PROVIDED" name="rspec (v3.7.0, ruby-2.4.4-p296) [gem]" level="application" />
12
+ <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.7.1, ruby-2.4.4-p296) [gem]" level="application" />
13
+ <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.7.0, ruby-2.4.4-p296) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.7.0, ruby-2.4.4-p296) [gem]" level="application" />
15
+ <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.7.1, ruby-2.4.4-p296) [gem]" level="application" />
16
+ </component>
17
+ </module>
@@ -0,0 +1,3 @@
1
+ module Cayuga
2
+ VERSION = "0.0.0"
3
+ end
data/lib/cayuga.rb ADDED
@@ -0,0 +1,5 @@
1
+ require "cayuga/version"
2
+
3
+ module Cayuga
4
+ # Your code goes here...
5
+ end
metadata ADDED
@@ -0,0 +1,103 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cayuga
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Patrick Thomas
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2018-07-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.16'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.16'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ description:
56
+ email:
57
+ - peateas@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - ".gitignore"
63
+ - ".idea/misc.xml"
64
+ - ".idea/modules.xml"
65
+ - ".idea/workspace.xml"
66
+ - ".rspec"
67
+ - ".travis.yml"
68
+ - Gemfile
69
+ - LICENSE
70
+ - README.md
71
+ - Rakefile
72
+ - bin/console
73
+ - bin/setup
74
+ - cayuga.gemspec
75
+ - cayuga.iml
76
+ - lib/cayuga.rb
77
+ - lib/cayuga/version.rb
78
+ homepage: https://github.com/peateas/cayuga
79
+ licenses:
80
+ - MIT
81
+ metadata:
82
+ allowed_push_host: https://rubygems.org
83
+ post_install_message:
84
+ rdoc_options: []
85
+ require_paths:
86
+ - lib
87
+ required_ruby_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
92
+ required_rubygems_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ requirements: []
98
+ rubyforge_project:
99
+ rubygems_version: 2.6.14.1
100
+ signing_key:
101
+ specification_version: 4
102
+ summary: Holder for Cayuga applications and utilities.
103
+ test_files: []