action_scheduler 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a7650c9f23c8729d7823c25ed72a05a27a275394
4
+ data.tar.gz: 60d9674e6fa0615496541f31687f50dbebebc3a2
5
+ SHA512:
6
+ metadata.gz: 57085b5f1f2fde6b3882d3a79d89d5630c0ce6f704eafa2413fbd33beb7f43777a603d71a400dfaa451e9679c018948651c47c62ef57879b0c96ec1a9fb15fb6
7
+ data.tar.gz: 3102907c3200a445a703b89399d763a3632754f5b7ba7e10f60da1c7c4b2279626037d3c4b435c41dc0aa851d20a915b6a72adba20991a4ca7ec5ce37ed26178
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="CompassSettings">
4
+ <option name="compassExecutableFilePath" value="/usr/local/lib/ruby/gems/2.3.0/gems/compass-1.0.3/bin/compass" />
5
+ </component>
6
+ <component name="FacetManager">
7
+ <facet type="gem" name="New Gem">
8
+ <configuration>
9
+ <option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
10
+ <option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
11
+ <option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
12
+ </configuration>
13
+ </facet>
14
+ </component>
15
+ <component name="NewModuleRootManager">
16
+ <content url="file://$MODULE_DIR$">
17
+ <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
18
+ <excludeFolder url="file://$MODULE_DIR$/.bundle" />
19
+ <excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
20
+ </content>
21
+ <orderEntry type="inheritedJdk" />
22
+ <orderEntry type="sourceFolder" forTests="false" />
23
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.11.2, ruby-2.3.0-p0) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, ruby-2.3.0-p0) [gem]" level="application" />
25
+ </component>
26
+ </module>
@@ -0,0 +1,8 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="RubyClassVariableUsageInspection" enabled="false" level="WARNING" enabled_by_default="false" />
5
+ <inspection_tool class="RubyLiteralArrayInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
6
+ <inspection_tool class="RubyQuotedStringsInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
7
+ </profile>
8
+ </component>
@@ -0,0 +1,7 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="PROJECT_PROFILE" value="Project Default" />
4
+ <option name="USE_PROJECT_PROFILE" value="true" />
5
+ <version value="1.0" />
6
+ </settings>
7
+ </component>
@@ -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.3.0-p0" project-jdk-type="RUBY_SDK" />
14
+ </project>
@@ -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/action_scheduler.iml" filepath="$PROJECT_DIR$/.idea/action_scheduler.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -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,185 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="d3814f98-32b0-4e9e-811c-8b79438608eb" name="Default" comment="">
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
6
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/action_scheduler.iml" />
7
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" />
8
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" />
9
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
10
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" />
11
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
12
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
13
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
14
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
15
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
16
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/action_scheduler.gemspec" />
17
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/console" />
18
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/setup" />
19
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/action_scheduler.rb" />
20
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/action_scheduler/version.rb" />
21
+ </list>
22
+ <ignored path="action_scheduler.iws" />
23
+ <ignored path=".idea/workspace.xml" />
24
+ <ignored path=".idea/dataSources.local.xml" />
25
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
26
+ <option name="TRACKING_ENABLED" value="true" />
27
+ <option name="SHOW_DIALOG" value="false" />
28
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
29
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
30
+ <option name="LAST_RESOLUTION" value="IGNORE" />
31
+ </component>
32
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
33
+ <component name="CreatePatchCommitExecutor">
34
+ <option name="PATCH_PATH" value="" />
35
+ </component>
36
+ <component name="FavoritesManager">
37
+ <favorites_list name="action_scheduler" />
38
+ </component>
39
+ <component name="FileEditorManager">
40
+ <leaf>
41
+ <file leaf-file-name="action_scheduler.gemspec" pinned="false" current-in-tab="true">
42
+ <entry file="file://$PROJECT_DIR$/action_scheduler.gemspec">
43
+ <provider selected="true" editor-type-id="text-editor">
44
+ <state relative-caret-position="299">
45
+ <caret line="13" column="25" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
46
+ <folding />
47
+ </state>
48
+ </provider>
49
+ </entry>
50
+ </file>
51
+ </leaf>
52
+ </component>
53
+ <component name="Git.Settings">
54
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
55
+ </component>
56
+ <component name="IdeDocumentHistory">
57
+ <option name="CHANGED_PATHS">
58
+ <list>
59
+ <option value="$PROJECT_DIR$/action_scheduler.gemspec" />
60
+ </list>
61
+ </option>
62
+ </component>
63
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
64
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
65
+ <component name="JsGulpfileManager">
66
+ <detection-done>true</detection-done>
67
+ <sorting>DEFINITION_ORDER</sorting>
68
+ </component>
69
+ <component name="ProjectFrameBounds">
70
+ <option name="y" value="23" />
71
+ <option name="width" value="1920" />
72
+ <option name="height" value="1111" />
73
+ </component>
74
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true">
75
+ <OptionsSetting value="true" id="Add" />
76
+ <OptionsSetting value="true" id="Remove" />
77
+ <OptionsSetting value="true" id="Checkout" />
78
+ <OptionsSetting value="true" id="Update" />
79
+ <OptionsSetting value="true" id="Status" />
80
+ <OptionsSetting value="true" id="Edit" />
81
+ <ConfirmationsSetting value="0" id="Add" />
82
+ <ConfirmationsSetting value="0" id="Remove" />
83
+ </component>
84
+ <component name="ProjectView">
85
+ <navigator currentView="ProjectPane" proportions="" version="1">
86
+ <flattenPackages />
87
+ <showMembers />
88
+ <showModules />
89
+ <showLibraryContents />
90
+ <hideEmptyPackages />
91
+ <abbreviatePackageNames />
92
+ <autoscrollToSource />
93
+ <autoscrollFromSource />
94
+ <sortByType />
95
+ <manualOrder />
96
+ <foldersAlwaysOnTop value="true" />
97
+ </navigator>
98
+ <panes>
99
+ <pane id="Scope" />
100
+ <pane id="Scratches" />
101
+ <pane id="ProjectPane">
102
+ <subPane>
103
+ <PATH>
104
+ <PATH_ELEMENT>
105
+ <option name="myItemId" value="action_scheduler" />
106
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
107
+ </PATH_ELEMENT>
108
+ </PATH>
109
+ <PATH>
110
+ <PATH_ELEMENT>
111
+ <option name="myItemId" value="action_scheduler" />
112
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
113
+ </PATH_ELEMENT>
114
+ <PATH_ELEMENT>
115
+ <option name="myItemId" value="action_scheduler" />
116
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
117
+ </PATH_ELEMENT>
118
+ </PATH>
119
+ </subPane>
120
+ </pane>
121
+ </panes>
122
+ </component>
123
+ <component name="PropertiesComponent">
124
+ <property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
125
+ <property name="settings.editor.splitter.proportion" value="0.2" />
126
+ <property name="WebServerToolWindowFactoryState" value="false" />
127
+ </component>
128
+ <component name="ShelveChangesManager" show_recycled="false">
129
+ <option name="remove_strategy" value="false" />
130
+ </component>
131
+ <component name="TaskManager">
132
+ <task active="true" id="Default" summary="Default task">
133
+ <changelist id="d3814f98-32b0-4e9e-811c-8b79438608eb" name="Default" comment="" />
134
+ <created>1461288389022</created>
135
+ <option name="number" value="Default" />
136
+ <option name="presentableId" value="Default" />
137
+ <updated>1461288389022</updated>
138
+ <workItem from="1461288390402" duration="191000" />
139
+ </task>
140
+ <servers />
141
+ </component>
142
+ <component name="TimeTrackingManager">
143
+ <option name="totallyTimeSpent" value="191000" />
144
+ </component>
145
+ <component name="ToolWindowManager">
146
+ <frame x="0" y="23" width="1920" height="1111" extended-state="6" />
147
+ <editor active="true" />
148
+ <layout>
149
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.13258786" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
150
+ <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" />
151
+ <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" />
152
+ <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" />
153
+ <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" />
154
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.33014354" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
155
+ <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" />
156
+ <window_info id="Terminal" 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" />
157
+ <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" />
158
+ <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" />
159
+ <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" />
160
+ <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" />
161
+ <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" />
162
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
163
+ <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" />
164
+ <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" />
165
+ <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" />
166
+ </layout>
167
+ </component>
168
+ <component name="VcsContentAnnotationSettings">
169
+ <option name="myLimit" value="2678400000" />
170
+ </component>
171
+ <component name="XDebuggerManager">
172
+ <breakpoint-manager />
173
+ <watches-manager />
174
+ </component>
175
+ <component name="editorHistoryManager">
176
+ <entry file="file://$PROJECT_DIR$/action_scheduler.gemspec">
177
+ <provider selected="true" editor-type-id="text-editor">
178
+ <state relative-caret-position="299">
179
+ <caret line="13" column="25" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
180
+ <folding />
181
+ </state>
182
+ </provider>
183
+ </entry>
184
+ </component>
185
+ </project>
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in action_scheduler.gemspec
4
+ gemspec
@@ -0,0 +1,36 @@
1
+ # ActionScheduler
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/action_scheduler`. 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 'action_scheduler'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install action_scheduler
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. 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]/action_scheduler.
36
+
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
@@ -0,0 +1,31 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'action_scheduler/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "action_scheduler"
8
+ spec.version = ActionScheduler::VERSION
9
+ spec.authors = ["StochasticSpr"]
10
+ spec.email = ["ejt.lai@gmail.com"]
11
+
12
+ spec.summary = 'Summary placeholder'
13
+ spec.description = 'Description placeholder'
14
+ spec.homepage = 'http://nohomepage.yet'
15
+
16
+ # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17
+ # delete this section to allow pushing this gem to any host.
18
+ # if spec.respond_to?(:metadata)
19
+ # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
20
+ # else
21
+ # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
22
+ # end
23
+
24
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ["lib"]
28
+
29
+ spec.add_development_dependency "bundler"
30
+ spec.add_development_dependency "rake"
31
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "action_scheduler"
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
@@ -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
@@ -0,0 +1,5 @@
1
+ require "action_scheduler/version"
2
+
3
+ module ActionScheduler
4
+ # Your code goes here...
5
+ end
@@ -0,0 +1,3 @@
1
+ module ActionScheduler
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: action_scheduler
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - StochasticSpr
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-04-22 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: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: Description placeholder
42
+ email:
43
+ - ejt.lai@gmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - ".gitignore"
49
+ - ".idea/action_scheduler.iml"
50
+ - ".idea/inspectionProfiles/Project_Default.xml"
51
+ - ".idea/inspectionProfiles/profiles_settings.xml"
52
+ - ".idea/misc.xml"
53
+ - ".idea/modules.xml"
54
+ - ".idea/vcs.xml"
55
+ - ".idea/workspace.xml"
56
+ - Gemfile
57
+ - README.md
58
+ - Rakefile
59
+ - action_scheduler.gemspec
60
+ - bin/console
61
+ - bin/setup
62
+ - lib/action_scheduler.rb
63
+ - lib/action_scheduler/version.rb
64
+ homepage: http://nohomepage.yet
65
+ licenses: []
66
+ metadata: {}
67
+ post_install_message:
68
+ rdoc_options: []
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ requirements: []
82
+ rubyforge_project:
83
+ rubygems_version: 2.6.3
84
+ signing_key:
85
+ specification_version: 4
86
+ summary: Summary placeholder
87
+ test_files: []