redbull_team 0.1.0 → 0.2.0
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 +4 -4
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +4 -0
- data/.idea/inspectionProfiles/Project_Default.xml +6 -0
- data/.idea/misc.xml +7 -0
- data/.idea/modules.xml +8 -0
- data/.idea/redbull_team.iml +11 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +194 -0
- data/Gemfile.lock +30 -0
- data/README.md +2 -4
- data/lib/redbull_team/cli.rb +1 -1
- data/lib/redbull_team/player.rb +3 -2
- data/lib/redbull_team/scraper.rb +7 -6
- data/lib/redbull_team/version.rb +1 -1
- data/redbull_team.gemspec +1 -1
- metadata +15 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08199a286d80dc14ff28c81e4072025416b473082d968aa6a9028e909cfa417b'
|
|
4
|
+
data.tar.gz: e5df3201997470424f7622243456b231c2fd88bb1f7fae24797ff83f122c5d32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0730455120fcccf9dd22f2687ad6d4f0a0b058c225118b0af3f4089ddff010971d64cc06dc6fe7d33b4435db577ac5f0848f51b972dcda197c14397c590c5c4c
|
|
7
|
+
data.tar.gz: 2f14264f8f14c2cedf6b7152aba81c72c6765c0781c3e7dffe3e0ac05b03ef26ee2610774bb40413462ec90e8b63a4ab78ae59bc402c5b88f41e19cf4dd809e9
|
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" /></Settings>
|
data/.idea/encodings.xml
ADDED
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="ruby-2.0.0-p648" project-jdk-type="RUBY_SDK" />
|
|
7
|
+
</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/redbull_team.iml" filepath="$PROJECT_DIR$/.idea/redbull_team.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
<orderEntry type="inheritedJdk" />
|
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
10
|
+
</component>
|
|
11
|
+
</module>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="0d3c2595-ac36-4df0-b585-c245eea9e7a6" name="Default Changelist" comment="">
|
|
5
|
+
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
|
|
6
|
+
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
|
7
|
+
<change beforePath="$PROJECT_DIR$/lib/redbull_team/player.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/redbull_team/player.rb" afterDir="false" />
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/lib/redbull_team/scraper.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/redbull_team/scraper.rb" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/redbull_team.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/redbull_team.gemspec" afterDir="false" />
|
|
10
|
+
</list>
|
|
11
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
12
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
13
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
14
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
15
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
16
|
+
</component>
|
|
17
|
+
<component name="FileEditorManager">
|
|
18
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
19
|
+
<file pinned="false" current-in-tab="false">
|
|
20
|
+
<entry file="file://$PROJECT_DIR$/redbull_team.gemspec">
|
|
21
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
22
|
+
<state relative-caret-position="239">
|
|
23
|
+
<caret line="38" column="42" selection-start-line="38" selection-start-column="42" selection-end-line="38" selection-end-column="42" />
|
|
24
|
+
</state>
|
|
25
|
+
</provider>
|
|
26
|
+
</entry>
|
|
27
|
+
</file>
|
|
28
|
+
<file pinned="false" current-in-tab="false">
|
|
29
|
+
<entry file="file://$PROJECT_DIR$/lib/redbull_team/cli.rb">
|
|
30
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
31
|
+
</entry>
|
|
32
|
+
</file>
|
|
33
|
+
<file pinned="false" current-in-tab="false">
|
|
34
|
+
<entry file="file://$PROJECT_DIR$/lib/redbull_team/scraper.rb">
|
|
35
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
36
|
+
<state relative-caret-position="150">
|
|
37
|
+
<caret line="10" column="24" selection-start-line="10" selection-start-column="24" selection-end-line="10" selection-end-column="24" />
|
|
38
|
+
</state>
|
|
39
|
+
</provider>
|
|
40
|
+
</entry>
|
|
41
|
+
</file>
|
|
42
|
+
<file pinned="false" current-in-tab="true">
|
|
43
|
+
<entry file="file://$PROJECT_DIR$/lib/redbull_team/player.rb">
|
|
44
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
45
|
+
<state relative-caret-position="120">
|
|
46
|
+
<caret line="8" column="9" lean-forward="true" selection-start-line="8" selection-start-column="9" selection-end-line="8" selection-end-column="9" />
|
|
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$/redbull_team.gemspec" />
|
|
60
|
+
<option value="$PROJECT_DIR$/lib/redbull_team/player.rb" />
|
|
61
|
+
<option value="$PROJECT_DIR$/lib/redbull_team/scraper.rb" />
|
|
62
|
+
</list>
|
|
63
|
+
</option>
|
|
64
|
+
</component>
|
|
65
|
+
<component name="ProjectFrameBounds">
|
|
66
|
+
<option name="x" value="6" />
|
|
67
|
+
<option name="y" value="61" />
|
|
68
|
+
<option name="width" value="1400" />
|
|
69
|
+
<option name="height" value="785" />
|
|
70
|
+
</component>
|
|
71
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
72
|
+
<component name="ProjectView">
|
|
73
|
+
<navigator proportions="" version="1">
|
|
74
|
+
<foldersAlwaysOnTop value="true" />
|
|
75
|
+
</navigator>
|
|
76
|
+
<panes>
|
|
77
|
+
<pane id="Scope" />
|
|
78
|
+
<pane id="ProjectPane">
|
|
79
|
+
<subPane>
|
|
80
|
+
<expand>
|
|
81
|
+
<path>
|
|
82
|
+
<item name="redbull_team" type="b2602c69:ProjectViewProjectNode" />
|
|
83
|
+
<item name="redbull_team" type="462c0819:PsiDirectoryNode" />
|
|
84
|
+
</path>
|
|
85
|
+
<path>
|
|
86
|
+
<item name="redbull_team" type="b2602c69:ProjectViewProjectNode" />
|
|
87
|
+
<item name="redbull_team" type="462c0819:PsiDirectoryNode" />
|
|
88
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
89
|
+
</path>
|
|
90
|
+
<path>
|
|
91
|
+
<item name="redbull_team" type="b2602c69:ProjectViewProjectNode" />
|
|
92
|
+
<item name="redbull_team" type="462c0819:PsiDirectoryNode" />
|
|
93
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
94
|
+
<item name="redbull_team" type="462c0819:PsiDirectoryNode" />
|
|
95
|
+
</path>
|
|
96
|
+
</expand>
|
|
97
|
+
<select />
|
|
98
|
+
</subPane>
|
|
99
|
+
</pane>
|
|
100
|
+
</panes>
|
|
101
|
+
</component>
|
|
102
|
+
<component name="PropertiesComponent">
|
|
103
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
104
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
105
|
+
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
106
|
+
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
107
|
+
</component>
|
|
108
|
+
<component name="RunDashboard">
|
|
109
|
+
<option name="ruleStates">
|
|
110
|
+
<list>
|
|
111
|
+
<RuleState>
|
|
112
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
113
|
+
</RuleState>
|
|
114
|
+
<RuleState>
|
|
115
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
|
116
|
+
</RuleState>
|
|
117
|
+
</list>
|
|
118
|
+
</option>
|
|
119
|
+
</component>
|
|
120
|
+
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
|
121
|
+
<component name="SvnConfiguration">
|
|
122
|
+
<configuration />
|
|
123
|
+
</component>
|
|
124
|
+
<component name="TaskManager">
|
|
125
|
+
<task active="true" id="Default" summary="Default task">
|
|
126
|
+
<changelist id="0d3c2595-ac36-4df0-b585-c245eea9e7a6" name="Default Changelist" comment="" />
|
|
127
|
+
<created>1543586337718</created>
|
|
128
|
+
<option name="number" value="Default" />
|
|
129
|
+
<option name="presentableId" value="Default" />
|
|
130
|
+
<updated>1543586337718</updated>
|
|
131
|
+
<workItem from="1543586338860" duration="1197000" />
|
|
132
|
+
<workItem from="1543702467869" duration="1290000" />
|
|
133
|
+
</task>
|
|
134
|
+
<servers />
|
|
135
|
+
</component>
|
|
136
|
+
<component name="TimeTrackingManager">
|
|
137
|
+
<option name="totallyTimeSpent" value="2487000" />
|
|
138
|
+
</component>
|
|
139
|
+
<component name="ToolWindowManager">
|
|
140
|
+
<frame x="6" y="61" width="1400" height="785" extended-state="0" />
|
|
141
|
+
<editor active="true" />
|
|
142
|
+
<layout>
|
|
143
|
+
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.2533137" />
|
|
144
|
+
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
145
|
+
<window_info id="Favorites" order="2" side_tool="true" />
|
|
146
|
+
<window_info anchor="bottom" id="Message" order="0" />
|
|
147
|
+
<window_info anchor="bottom" id="Find" order="1" />
|
|
148
|
+
<window_info anchor="bottom" id="Run" order="2" />
|
|
149
|
+
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
150
|
+
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
151
|
+
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
152
|
+
<window_info anchor="bottom" id="TODO" order="6" />
|
|
153
|
+
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
154
|
+
<window_info anchor="bottom" id="Database Changes" order="8" />
|
|
155
|
+
<window_info anchor="bottom" id="Version Control" order="9" />
|
|
156
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="10" sideWeight="0.49852726" visible="true" weight="0.32756132" />
|
|
157
|
+
<window_info anchor="bottom" id="Event Log" order="11" sideWeight="0.5014728" side_tool="true" visible="true" weight="0.32756132" />
|
|
158
|
+
<window_info anchor="bottom" id="Messages" order="12" sideWeight="0.4992636" weight="0.32756132" />
|
|
159
|
+
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
160
|
+
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
161
|
+
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
162
|
+
<window_info anchor="right" id="Database" order="3" />
|
|
163
|
+
</layout>
|
|
164
|
+
</component>
|
|
165
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
166
|
+
<option name="version" value="1" />
|
|
167
|
+
</component>
|
|
168
|
+
<component name="editorHistoryManager">
|
|
169
|
+
<entry file="file://$PROJECT_DIR$/redbull_team.gemspec">
|
|
170
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
171
|
+
<state relative-caret-position="239">
|
|
172
|
+
<caret line="38" column="42" selection-start-line="38" selection-start-column="42" selection-end-line="38" selection-end-column="42" />
|
|
173
|
+
</state>
|
|
174
|
+
</provider>
|
|
175
|
+
</entry>
|
|
176
|
+
<entry file="file://$PROJECT_DIR$/lib/redbull_team/cli.rb">
|
|
177
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
178
|
+
</entry>
|
|
179
|
+
<entry file="file://$PROJECT_DIR$/lib/redbull_team/scraper.rb">
|
|
180
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
181
|
+
<state relative-caret-position="150">
|
|
182
|
+
<caret line="10" column="24" selection-start-line="10" selection-start-column="24" selection-end-line="10" selection-end-column="24" />
|
|
183
|
+
</state>
|
|
184
|
+
</provider>
|
|
185
|
+
</entry>
|
|
186
|
+
<entry file="file://$PROJECT_DIR$/lib/redbull_team/player.rb">
|
|
187
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
188
|
+
<state relative-caret-position="120">
|
|
189
|
+
<caret line="8" column="9" lean-forward="true" selection-start-line="8" selection-start-column="9" selection-end-line="8" selection-end-column="9" />
|
|
190
|
+
</state>
|
|
191
|
+
</provider>
|
|
192
|
+
</entry>
|
|
193
|
+
</component>
|
|
194
|
+
</project>
|
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
redbull_team (0.2.0)
|
|
5
|
+
nokogiri
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
coderay (1.1.2)
|
|
11
|
+
method_source (0.9.2)
|
|
12
|
+
mini_portile2 (2.3.0)
|
|
13
|
+
nokogiri (1.8.5)
|
|
14
|
+
mini_portile2 (~> 2.3.0)
|
|
15
|
+
pry (0.12.2)
|
|
16
|
+
coderay (~> 1.1.0)
|
|
17
|
+
method_source (~> 0.9.0)
|
|
18
|
+
rake (10.4.2)
|
|
19
|
+
|
|
20
|
+
PLATFORMS
|
|
21
|
+
ruby
|
|
22
|
+
|
|
23
|
+
DEPENDENCIES
|
|
24
|
+
bundler (~> 1.17)
|
|
25
|
+
pry (~> 0)
|
|
26
|
+
rake (~> 10.0)
|
|
27
|
+
redbull_team!
|
|
28
|
+
|
|
29
|
+
BUNDLED WITH
|
|
30
|
+
1.17.1
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# RedbullTeam
|
|
2
2
|
|
|
3
|
-
Welcome to
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
Welcome to redbull_team gem. This gem is and interactive user inerface that allows you to learn more about the soccer player in the NYC Red Bull Soccer team.
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
@@ -22,7 +20,7 @@ Or install it yourself as:
|
|
|
22
20
|
|
|
23
21
|
## Usage
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
In the terminal type `redbull_team` and the Interactive CLI should start
|
|
26
24
|
|
|
27
25
|
## Development
|
|
28
26
|
|
data/lib/redbull_team/cli.rb
CHANGED
data/lib/redbull_team/player.rb
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
class Player
|
|
2
|
-
attr_accessor :name
|
|
2
|
+
attr_accessor :name,:position, :age, :height, :weight
|
|
3
3
|
@@all = []
|
|
4
|
-
def initialize
|
|
4
|
+
def initialize(hash)
|
|
5
|
+
hash.each{|key, value| self.send("#{key}=", value)}
|
|
5
6
|
self.class.all << self
|
|
6
7
|
end
|
|
7
8
|
def self.all
|
data/lib/redbull_team/scraper.rb
CHANGED
|
@@ -7,12 +7,13 @@ class Scraper
|
|
|
7
7
|
end
|
|
8
8
|
def make_player
|
|
9
9
|
self.get_players.collect do |players|
|
|
10
|
-
player =
|
|
11
|
-
player
|
|
12
|
-
player
|
|
13
|
-
player
|
|
14
|
-
player
|
|
15
|
-
player
|
|
10
|
+
player = {}
|
|
11
|
+
player[:name] = players.css('div.player_info div.name a').children.first.text
|
|
12
|
+
player[:position] = players.css('div.player_info span.position').children.first.text
|
|
13
|
+
player[:age] = players.css('div.birthdate span.stat.age').text
|
|
14
|
+
player[:height] = players.css('div.stats_container span.stat.height').text
|
|
15
|
+
player[:weight] = players.css('div.stats_container span.stat.weight').text
|
|
16
|
+
Player.new(player)
|
|
16
17
|
#binding.pry
|
|
17
18
|
end
|
|
18
19
|
end
|
data/lib/redbull_team/version.rb
CHANGED
data/redbull_team.gemspec
CHANGED
|
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
|
|
|
36
36
|
spec.executables = ['redbull_team']
|
|
37
37
|
spec.require_paths = ["lib"]
|
|
38
38
|
|
|
39
|
-
spec.add_dependency "nokogiri"
|
|
39
|
+
spec.add_dependency "nokogiri"
|
|
40
40
|
|
|
41
41
|
spec.add_development_dependency "bundler", "~> 1.17"
|
|
42
42
|
spec.add_development_dependency "rake", "~> 10.0"
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redbull_team
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "'Kevin J Gomez'"
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -75,8 +75,17 @@ extensions: []
|
|
|
75
75
|
extra_rdoc_files: []
|
|
76
76
|
files:
|
|
77
77
|
- ".gitignore"
|
|
78
|
+
- ".idea/.rakeTasks"
|
|
79
|
+
- ".idea/encodings.xml"
|
|
80
|
+
- ".idea/inspectionProfiles/Project_Default.xml"
|
|
81
|
+
- ".idea/misc.xml"
|
|
82
|
+
- ".idea/modules.xml"
|
|
83
|
+
- ".idea/redbull_team.iml"
|
|
84
|
+
- ".idea/vcs.xml"
|
|
85
|
+
- ".idea/workspace.xml"
|
|
78
86
|
- CODE_OF_CONDUCT.md
|
|
79
87
|
- Gemfile
|
|
88
|
+
- Gemfile.lock
|
|
80
89
|
- LICENSE.txt
|
|
81
90
|
- README.md
|
|
82
91
|
- Rakefile
|