monobank-api 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.idea/$CACHE_FILE$ +43 -0
- data/.idea/dictionaries +6 -0
- data/.idea/inspectionProfiles/Project_Default.xml +8 -0
- data/.idea/misc.xml +7 -0
- data/.idea/modules.xml +8 -0
- data/.idea/monobank.iml +17 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +97 -0
- data/.rspec +3 -0
- data/.travis.yml +6 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +44 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/monobank.rb +6 -0
- data/lib/monobank/version.rb +3 -0
- data/monobank.gemspec +29 -0
- metadata +67 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 8850775af360877a1fcedd5361d35eaeaf258b7db8bb8d1a1837b313bc5c2187
|
4
|
+
data.tar.gz: abc1e977698cd54afe3ad02afc1ccd8802903b3c7152ef508eec4a52fae37d4b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 4a1a112e1e819b8c4ef2af38bb5a8110e6ca6875ec7ab6dc5949c50cd1e208b14da22b00d0b47712cf0a5964944ea0079e84ec061ac8e0326c54a7fa90f582ef
|
7
|
+
data.tar.gz: f64b18681757ca3adb631147666aff92e59004cb6b97c2c4513e1c9692170e41ae6c2c75b8d13950454649e9a16a72eaa6e6a3df6d183ad3e667e232b42c99c4
|
data/.gitignore
ADDED
data/.idea/$CACHE_FILE$
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="NodePackageJsonFileManager">
|
4
|
+
<packageJsonPaths />
|
5
|
+
</component>
|
6
|
+
<component name="ProjectInspectionProfilesVisibleTreeState">
|
7
|
+
<entry key="Project Default">
|
8
|
+
<profile-state>
|
9
|
+
<expanded-state>
|
10
|
+
<State>
|
11
|
+
<id />
|
12
|
+
</State>
|
13
|
+
<State>
|
14
|
+
<id>Flow type checkerJavaScript</id>
|
15
|
+
</State>
|
16
|
+
<State>
|
17
|
+
<id>GeneralJavaScript</id>
|
18
|
+
</State>
|
19
|
+
<State>
|
20
|
+
<id>HTML</id>
|
21
|
+
</State>
|
22
|
+
<State>
|
23
|
+
<id>JavaScript</id>
|
24
|
+
</State>
|
25
|
+
<State>
|
26
|
+
<id>Node.jsJavaScript</id>
|
27
|
+
</State>
|
28
|
+
<State>
|
29
|
+
<id>TypeScript</id>
|
30
|
+
</State>
|
31
|
+
<State>
|
32
|
+
<id>XML</id>
|
33
|
+
</State>
|
34
|
+
</expanded-state>
|
35
|
+
<selected-state>
|
36
|
+
<State>
|
37
|
+
<id>Action Cable</id>
|
38
|
+
</State>
|
39
|
+
</selected-state>
|
40
|
+
</profile-state>
|
41
|
+
</entry>
|
42
|
+
</component>
|
43
|
+
</project>
|
data/.idea/dictionaries
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
<component name="InspectionProjectProfileManager">
|
2
|
+
<profile version="1.0">
|
3
|
+
<option name="myName" value="Project Default" />
|
4
|
+
<inspection_tool class="Rubocop" enabled="false" level="ERROR" enabled_by_default="true">
|
5
|
+
<scope name="Project Files" level="ERROR" enabled="true" />
|
6
|
+
</inspection_tool>
|
7
|
+
</profile>
|
8
|
+
</component>
|
data/.idea/misc.xml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="JavaScriptSettings">
|
4
|
+
<option name="languageLevel" value="ES6" />
|
5
|
+
</component>
|
6
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.5.1" project-jdk-type="RUBY_SDK" />
|
7
|
+
</project>
|
data/.idea/modules.xml
ADDED
data/.idea/monobank.iml
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$">
|
8
|
+
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
9
|
+
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
10
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
11
|
+
</content>
|
12
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-2.6.1" jdkType="RUBY_SDK" />
|
13
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.1.2, RVM: ruby-2.6.1) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v12.3.3, RVM: ruby-2.6.1) [gem]" level="application" />
|
16
|
+
</component>
|
17
|
+
</module>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,97 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="e43453fa-aaea-48a4-aaa4-f6216aef7fd6" name="Default Changelist" comment="">
|
5
|
+
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
6
|
+
<change afterPath="$PROJECT_DIR$/.idea/$CACHE_FILE$" afterDir="false" />
|
7
|
+
<change afterPath="$PROJECT_DIR$/.idea/dictionaries" afterDir="false" />
|
8
|
+
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
|
9
|
+
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
10
|
+
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
11
|
+
<change afterPath="$PROJECT_DIR$/.idea/monobank.iml" afterDir="false" />
|
12
|
+
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
13
|
+
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
14
|
+
<change afterPath="$PROJECT_DIR$/.rspec" afterDir="false" />
|
15
|
+
<change afterPath="$PROJECT_DIR$/.travis.yml" afterDir="false" />
|
16
|
+
<change afterPath="$PROJECT_DIR$/CODE_OF_CONDUCT.md" afterDir="false" />
|
17
|
+
<change afterPath="$PROJECT_DIR$/Gemfile" afterDir="false" />
|
18
|
+
<change afterPath="$PROJECT_DIR$/LICENSE.txt" afterDir="false" />
|
19
|
+
<change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
20
|
+
<change afterPath="$PROJECT_DIR$/Rakefile" afterDir="false" />
|
21
|
+
<change afterPath="$PROJECT_DIR$/bin/console" afterDir="false" />
|
22
|
+
<change afterPath="$PROJECT_DIR$/bin/setup" afterDir="false" />
|
23
|
+
<change afterPath="$PROJECT_DIR$/lib/monobank.rb" afterDir="false" />
|
24
|
+
<change afterPath="$PROJECT_DIR$/lib/monobank/version.rb" afterDir="false" />
|
25
|
+
<change afterPath="$PROJECT_DIR$/monobank.gemspec" afterDir="false" />
|
26
|
+
<change afterPath="$PROJECT_DIR$/spec/monobank_spec.rb" afterDir="false" />
|
27
|
+
<change afterPath="$PROJECT_DIR$/spec/spec_helper.rb" afterDir="false" />
|
28
|
+
</list>
|
29
|
+
<option name="SHOW_DIALOG" value="false" />
|
30
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
31
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
32
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
33
|
+
</component>
|
34
|
+
<component name="Git.Settings">
|
35
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
36
|
+
</component>
|
37
|
+
<component name="JsBowerSettings">
|
38
|
+
<node-interpreter value="project" />
|
39
|
+
<exe-path />
|
40
|
+
<config-path />
|
41
|
+
</component>
|
42
|
+
<component name="JsFlowSettings">
|
43
|
+
<service-enabled>false</service-enabled>
|
44
|
+
<exe-path />
|
45
|
+
<annotation-enable>false</annotation-enable>
|
46
|
+
<other-services-enabled>false</other-services-enabled>
|
47
|
+
</component>
|
48
|
+
<component name="ProjectId" id="1VoCDtATQzO7nazYnamX7bYuQZp" />
|
49
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
50
|
+
<component name="ProjectViewState">
|
51
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
52
|
+
<option name="showExcludedFiles" value="true" />
|
53
|
+
<option name="showLibraryContents" value="true" />
|
54
|
+
</component>
|
55
|
+
<component name="PropertiesComponent">
|
56
|
+
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
57
|
+
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
58
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
59
|
+
<property name="nodejs_interpreter_path.stuck_in_default_project" value="/usr/local/bin/node" />
|
60
|
+
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
61
|
+
<property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
|
62
|
+
</component>
|
63
|
+
<component name="ServiceViewManager">
|
64
|
+
<option name="viewStates">
|
65
|
+
<list>
|
66
|
+
<serviceView>
|
67
|
+
<treeState>
|
68
|
+
<expand />
|
69
|
+
<select />
|
70
|
+
</treeState>
|
71
|
+
</serviceView>
|
72
|
+
</list>
|
73
|
+
</option>
|
74
|
+
</component>
|
75
|
+
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" RAKE_SPRING_PRE_LOADER_OPTION="true" RAILS_SPRING_PRE_LOADER_OPTION="true" />
|
76
|
+
<component name="TypeScriptGeneratedFilesManager">
|
77
|
+
<option name="version" value="1" />
|
78
|
+
</component>
|
79
|
+
<component name="WindowStateProjectService">
|
80
|
+
<state width="1398" height="215" key="GridCell.Tab.0.bottom" timestamp="1577909998536">
|
81
|
+
<screen x="0" y="23" width="1440" height="830" />
|
82
|
+
</state>
|
83
|
+
<state width="1398" height="215" key="GridCell.Tab.0.bottom/0.23.1440.830@0.23.1440.830" timestamp="1577909998536" />
|
84
|
+
<state width="1398" height="215" key="GridCell.Tab.0.center" timestamp="1577909998533">
|
85
|
+
<screen x="0" y="23" width="1440" height="830" />
|
86
|
+
</state>
|
87
|
+
<state width="1398" height="215" key="GridCell.Tab.0.center/0.23.1440.830@0.23.1440.830" timestamp="1577909998533" />
|
88
|
+
<state width="1398" height="215" key="GridCell.Tab.0.left" timestamp="1577909998533">
|
89
|
+
<screen x="0" y="23" width="1440" height="830" />
|
90
|
+
</state>
|
91
|
+
<state width="1398" height="215" key="GridCell.Tab.0.left/0.23.1440.830@0.23.1440.830" timestamp="1577909998533" />
|
92
|
+
<state width="1398" height="215" key="GridCell.Tab.0.right" timestamp="1577909998535">
|
93
|
+
<screen x="0" y="23" width="1440" height="830" />
|
94
|
+
</state>
|
95
|
+
<state width="1398" height="215" key="GridCell.Tab.0.right/0.23.1440.830@0.23.1440.830" timestamp="1577909998535" />
|
96
|
+
</component>
|
97
|
+
</project>
|
data/.rspec
ADDED
data/.travis.yml
ADDED
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
+
orientation.
|
11
|
+
|
12
|
+
## Our Standards
|
13
|
+
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
15
|
+
include:
|
16
|
+
|
17
|
+
* Using welcoming and inclusive language
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
19
|
+
* Gracefully accepting constructive criticism
|
20
|
+
* Focusing on what is best for the community
|
21
|
+
* Showing empathy towards other community members
|
22
|
+
|
23
|
+
Examples of unacceptable behavior by participants include:
|
24
|
+
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
* Public or private harassment
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
30
|
+
address, without explicit permission
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
+
professional setting
|
33
|
+
|
34
|
+
## Our Responsibilities
|
35
|
+
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
38
|
+
response to any instances of unacceptable behavior.
|
39
|
+
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
+
threatening, offensive, or harmful.
|
45
|
+
|
46
|
+
## Scope
|
47
|
+
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
+
when an individual is representing the project or its community. Examples of
|
50
|
+
representing a project or community include using an official project e-mail
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
53
|
+
further defined and clarified by project maintainers.
|
54
|
+
|
55
|
+
## Enforcement
|
56
|
+
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
+
reported by contacting the project team at yoslavskiy@innocode.no. All
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
63
|
+
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
66
|
+
members of the project's leadership.
|
67
|
+
|
68
|
+
## Attribution
|
69
|
+
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
+
available at [https://contributor-covenant.org/version/1/4][version]
|
72
|
+
|
73
|
+
[homepage]: https://contributor-covenant.org
|
74
|
+
[version]: https://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2020 vergilet
|
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,44 @@
|
|
1
|
+
# Monobank
|
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/monobank`. 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 'monobank'
|
13
|
+
```
|
14
|
+
|
15
|
+
And then execute:
|
16
|
+
|
17
|
+
$ bundle install
|
18
|
+
|
19
|
+
Or install it yourself as:
|
20
|
+
|
21
|
+
$ gem install monobank
|
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]/monobank. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/monobank/blob/master/CODE_OF_CONDUCT.md).
|
36
|
+
|
37
|
+
|
38
|
+
## License
|
39
|
+
|
40
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
41
|
+
|
42
|
+
## Code of Conduct
|
43
|
+
|
44
|
+
Everyone interacting in the Monobank project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/monobank/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
ADDED
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "monobank"
|
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
data/lib/monobank.rb
ADDED
data/monobank.gemspec
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
require_relative 'lib/monobank/version'
|
2
|
+
|
3
|
+
Gem::Specification.new do |spec|
|
4
|
+
spec.name = "monobank-api"
|
5
|
+
spec.version = Monobank::VERSION
|
6
|
+
spec.authors = ["vergilet"]
|
7
|
+
spec.email = ["yoslavskiy@innocode.no"]
|
8
|
+
|
9
|
+
spec.summary = %q{monobank}
|
10
|
+
spec.description = %q{monobank}
|
11
|
+
spec.homepage = "https://github.com/vergilet/monobank"
|
12
|
+
spec.license = "MIT"
|
13
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
14
|
+
|
15
|
+
#spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
16
|
+
|
17
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
18
|
+
spec.metadata["source_code_uri"] = "https://github.com/vergilet/monobank"
|
19
|
+
spec.metadata["changelog_uri"] = "https://github.com/vergilet/monobank"
|
20
|
+
|
21
|
+
# Specify which files should be added to the gem when it is released.
|
22
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
23
|
+
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
24
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
25
|
+
end
|
26
|
+
spec.bindir = "exe"
|
27
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
28
|
+
spec.require_paths = ["lib"]
|
29
|
+
end
|
metadata
ADDED
@@ -0,0 +1,67 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: monobank-api
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- vergilet
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-01-02 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: monobank
|
14
|
+
email:
|
15
|
+
- yoslavskiy@innocode.no
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- ".gitignore"
|
21
|
+
- ".idea/$CACHE_FILE$"
|
22
|
+
- ".idea/dictionaries"
|
23
|
+
- ".idea/inspectionProfiles/Project_Default.xml"
|
24
|
+
- ".idea/misc.xml"
|
25
|
+
- ".idea/modules.xml"
|
26
|
+
- ".idea/monobank.iml"
|
27
|
+
- ".idea/vcs.xml"
|
28
|
+
- ".idea/workspace.xml"
|
29
|
+
- ".rspec"
|
30
|
+
- ".travis.yml"
|
31
|
+
- CODE_OF_CONDUCT.md
|
32
|
+
- Gemfile
|
33
|
+
- LICENSE.txt
|
34
|
+
- README.md
|
35
|
+
- Rakefile
|
36
|
+
- bin/console
|
37
|
+
- bin/setup
|
38
|
+
- lib/monobank.rb
|
39
|
+
- lib/monobank/version.rb
|
40
|
+
- monobank.gemspec
|
41
|
+
homepage: https://github.com/vergilet/monobank
|
42
|
+
licenses:
|
43
|
+
- MIT
|
44
|
+
metadata:
|
45
|
+
homepage_uri: https://github.com/vergilet/monobank
|
46
|
+
source_code_uri: https://github.com/vergilet/monobank
|
47
|
+
changelog_uri: https://github.com/vergilet/monobank
|
48
|
+
post_install_message:
|
49
|
+
rdoc_options: []
|
50
|
+
require_paths:
|
51
|
+
- lib
|
52
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 2.3.0
|
57
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
requirements: []
|
63
|
+
rubygems_version: 3.0.2
|
64
|
+
signing_key:
|
65
|
+
specification_version: 4
|
66
|
+
summary: monobank
|
67
|
+
test_files: []
|