juno-report 0.1.2 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd37f2b127c59c3c9975920c9beb29a27b8f2ff7
4
- data.tar.gz: 2eed3703b062b85b64c7a67ad7b6e6504aaf4060
3
+ metadata.gz: 7212dace7c31f65216eef7d13bd8e9142484d196
4
+ data.tar.gz: 440a4cc982212efe875e3f2def779bebcc329a98
5
5
  SHA512:
6
- metadata.gz: 70384cc599001124f6a3041d227f2d31061723412995250ccecbc3cbe9aaad75e434153f52dd600927142176af142761d7e300b6d39f231ddf9b22d6f76cdb43
7
- data.tar.gz: 7f8ddb06d03324e5c6d6c3c95cc3950f99c79399a93cda2c8e4b319fada78347acb60fd09a28c53452662ec337e79b3fb5e2a5319583a6eea905704e5384260a
6
+ metadata.gz: ff14ae635ce4c29597e81d434389e3be3d85ddc3291cc5c010afa920fba44995fce5cb0e4c99ff99f24d19e8c7fe24b12cba8c59b14c1e284e0120f73abb6a4c
7
+ data.tar.gz: 6c9d8636dedb064f8ef0f31e349494aa0624f3a4578638cc4ece930020e2a4590e3f181b51ee06036e45f7d1189cf74739b86a7ab919214c26a7f9f6ac1c98ac
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: juno-report
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edson Júnior
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-01 00:00:00.000000000 Z
11
+ date: 2017-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prawml
@@ -58,38 +58,7 @@ email:
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
- files:
62
- - ".gitignore"
63
- - ".idea/.name"
64
- - ".idea/.rakeTasks"
65
- - ".idea/encodings.xml"
66
- - ".idea/juno-report.iml"
67
- - ".idea/misc.xml"
68
- - ".idea/modules.xml"
69
- - ".idea/scopes/scope_settings.xml"
70
- - ".idea/vcs.xml"
71
- - ".idea/workspace.xml"
72
- - ".rspec"
73
- - Gemfile
74
- - Gemfile.lock
75
- - LICENSE.txt
76
- - README.md
77
- - Rakefile
78
- - juno-report.gemspec
79
- - lib/juno-report.rb
80
- - lib/juno-report/pdf.rb
81
- - lib/juno-report/pdf/behaviors.rb
82
- - lib/juno-report/report_object.rb
83
- - lib/juno-report/version.rb
84
- - report.pdf
85
- - samples/example.rb
86
- - samples/report.pdf
87
- - samples/report.yml
88
- - spec/data/data1.rb
89
- - spec/data/rule1.yml
90
- - spec/default_spec.rb
91
- - spec/rules_spec.rb
92
- - spec/spec_helper.rb
61
+ files: []
93
62
  homepage: http://github.com/ebfjunior/juno-report
94
63
  licenses: []
95
64
  metadata: {}
@@ -109,13 +78,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
78
  version: '0'
110
79
  requirements: []
111
80
  rubyforge_project:
112
- rubygems_version: 2.4.8
81
+ rubygems_version: 2.5.1
113
82
  signing_key:
114
83
  specification_version: 4
115
84
  summary: Juno Reports generates reports with the minimum configuration and effort
116
- test_files:
117
- - spec/data/data1.rb
118
- - spec/data/rule1.yml
119
- - spec/default_spec.rb
120
- - spec/rules_spec.rb
121
- - spec/spec_helper.rb
85
+ test_files: []
data/.gitignore DELETED
@@ -1,20 +0,0 @@
1
- tmp
2
- spec/reports
3
-
4
- *.gem
5
- InstalledFiles
6
- *.rbc
7
- .config
8
- rdoc
9
- test/version_tmp
10
- lib/bundler/man
11
- .bundle
12
- pkg
13
- coverage
14
- .yardoc
15
- junoreport.sublime-project
16
- junoreport.sublime-workspace
17
- # YARD artifacts
18
- test/tmp
19
- _yardoc
20
- doc/
data/.idea/.name DELETED
@@ -1 +0,0 @@
1
- juno-report
data/.idea/.rakeTasks DELETED
@@ -1,7 +0,0 @@
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 DELETED
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
- </project>
5
-
@@ -1,31 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="FacetManager">
4
- <facet type="gem" name="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="Ascii85 (v1.0.2, RVM: ruby-1.9.3-p286) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="activesupport (v3.2.15, RVM: ruby-1.9.3-p286) [gem]" level="application" />
18
- <orderEntry type="library" scope="PROVIDED" name="afm (v0.2.0, RVM: ruby-1.9.3-p286) [gem]" level="application" />
19
- <orderEntry type="library" scope="PROVIDED" name="barby (v0.5.1, RVM: ruby-1.9.3-p286) [gem]" level="application" />
20
- <orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-1.9.3-p286) [gem]" level="application" />
21
- <orderEntry type="library" scope="PROVIDED" name="hashery (v2.1.1, RVM: ruby-1.9.3-p286) [gem]" level="application" />
22
- <orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.5, RVM: ruby-1.9.3-p286) [gem]" level="application" />
23
- <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.8.2, RVM: ruby-1.9.3-p286) [gem]" level="application" />
24
- <orderEntry type="library" scope="PROVIDED" name="pdf-reader (v1.3.3, RVM: ruby-1.9.3-p286) [gem]" level="application" />
25
- <orderEntry type="library" scope="PROVIDED" name="prawml (v0.1.1, RVM: ruby-1.9.3-p286) [gem]" level="application" />
26
- <orderEntry type="library" scope="PROVIDED" name="prawn (v0.12.0, RVM: ruby-1.9.3-p286) [gem]" level="application" />
27
- <orderEntry type="library" scope="PROVIDED" name="ruby-rc4 (v0.1.5, RVM: ruby-1.9.3-p286) [gem]" level="application" />
28
- <orderEntry type="library" scope="PROVIDED" name="ttfunk (v1.0.3, RVM: ruby-1.9.3-p286) [gem]" level="application" />
29
- </component>
30
- </module>
31
-
data/.idea/misc.xml DELETED
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p286" project-jdk-type="RUBY_SDK" />
4
- </project>
5
-
data/.idea/modules.xml DELETED
@@ -1,9 +0,0 @@
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/juno-report.iml" filepath="$PROJECT_DIR$/.idea/juno-report.iml" />
6
- </modules>
7
- </component>
8
- </project>
9
-
@@ -1,5 +0,0 @@
1
- <component name="DependencyValidationManager">
2
- <state>
3
- <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
- </state>
5
- </component>
data/.idea/vcs.xml DELETED
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="" />
5
- </component>
6
- </project>
7
-
data/.idea/workspace.xml DELETED
@@ -1,281 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ChangeListManager">
4
- <list default="true" id="76e9e064-60cb-4b21-9538-43c2d47e8def" name="Default" comment="" />
5
- <ignored path="juno-report.iws" />
6
- <ignored path=".idea/workspace.xml" />
7
- <option name="TRACKING_ENABLED" value="true" />
8
- <option name="SHOW_DIALOG" value="false" />
9
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
- <option name="LAST_RESOLUTION" value="IGNORE" />
12
- </component>
13
- <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
14
- <component name="CreatePatchCommitExecutor">
15
- <option name="PATCH_PATH" value="" />
16
- </component>
17
- <component name="DaemonCodeAnalyzer">
18
- <disable_hints />
19
- </component>
20
- <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
21
- <component name="FavoritesManager">
22
- <favorites_list name="juno-report" />
23
- </component>
24
- <component name="FileEditorManager">
25
- <leaf>
26
- <file leaf-file-name="pdf.rb" pinned="false" current="true" current-in-tab="true">
27
- <entry file="file://$PROJECT_DIR$/lib/juno-report/pdf.rb">
28
- <provider selected="true" editor-type-id="text-editor">
29
- <state line="197" column="64" selection-start="9377" selection-end="9377" vertical-scroll-proportion="2.7813299">
30
- <folding />
31
- </state>
32
- </provider>
33
- </entry>
34
- </file>
35
- </leaf>
36
- </component>
37
- <component name="FindManager">
38
- <FindUsagesManager>
39
- <setting name="OPEN_NEW_TAB" value="false" />
40
- </FindUsagesManager>
41
- </component>
42
- <component name="ProjectFrameBounds">
43
- <option name="x" value="10" />
44
- <option name="y" value="29" />
45
- <option name="width" value="1260" />
46
- <option name="height" value="920" />
47
- </component>
48
- <component name="ProjectLevelVcsManager" settingsEditedManually="false">
49
- <OptionsSetting value="true" id="Add" />
50
- <OptionsSetting value="true" id="Remove" />
51
- <OptionsSetting value="true" id="Checkout" />
52
- <OptionsSetting value="true" id="Update" />
53
- <OptionsSetting value="true" id="Status" />
54
- <OptionsSetting value="true" id="Edit" />
55
- <ConfirmationsSetting value="0" id="Add" />
56
- <ConfirmationsSetting value="0" id="Remove" />
57
- </component>
58
- <component name="ProjectReloadState">
59
- <option name="STATE" value="0" />
60
- </component>
61
- <component name="ProjectView">
62
- <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
63
- <flattenPackages />
64
- <showMembers />
65
- <showModules />
66
- <showLibraryContents />
67
- <hideEmptyPackages />
68
- <abbreviatePackageNames />
69
- <autoscrollToSource />
70
- <autoscrollFromSource />
71
- <sortByType />
72
- </navigator>
73
- <panes>
74
- <pane id="Scope" />
75
- <pane id="ProjectPane">
76
- <subPane>
77
- <PATH>
78
- <PATH_ELEMENT>
79
- <option name="myItemId" value="juno-report" />
80
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
81
- </PATH_ELEMENT>
82
- </PATH>
83
- <PATH>
84
- <PATH_ELEMENT>
85
- <option name="myItemId" value="juno-report" />
86
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
87
- </PATH_ELEMENT>
88
- <PATH_ELEMENT>
89
- <option name="myItemId" value="juno-report" />
90
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
91
- </PATH_ELEMENT>
92
- </PATH>
93
- <PATH>
94
- <PATH_ELEMENT>
95
- <option name="myItemId" value="juno-report" />
96
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
97
- </PATH_ELEMENT>
98
- <PATH_ELEMENT>
99
- <option name="myItemId" value="juno-report" />
100
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
101
- </PATH_ELEMENT>
102
- <PATH_ELEMENT>
103
- <option name="myItemId" value="lib" />
104
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
105
- </PATH_ELEMENT>
106
- </PATH>
107
- <PATH>
108
- <PATH_ELEMENT>
109
- <option name="myItemId" value="juno-report" />
110
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
111
- </PATH_ELEMENT>
112
- <PATH_ELEMENT>
113
- <option name="myItemId" value="juno-report" />
114
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
115
- </PATH_ELEMENT>
116
- <PATH_ELEMENT>
117
- <option name="myItemId" value="lib" />
118
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
119
- </PATH_ELEMENT>
120
- <PATH_ELEMENT>
121
- <option name="myItemId" value="juno-report" />
122
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
123
- </PATH_ELEMENT>
124
- </PATH>
125
- <PATH>
126
- <PATH_ELEMENT>
127
- <option name="myItemId" value="juno-report" />
128
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
129
- </PATH_ELEMENT>
130
- <PATH_ELEMENT>
131
- <option name="myItemId" value="juno-report" />
132
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
133
- </PATH_ELEMENT>
134
- <PATH_ELEMENT>
135
- <option name="myItemId" value="lib" />
136
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
137
- </PATH_ELEMENT>
138
- <PATH_ELEMENT>
139
- <option name="myItemId" value="juno-report" />
140
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
141
- </PATH_ELEMENT>
142
- <PATH_ELEMENT>
143
- <option name="myItemId" value="pdf" />
144
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
145
- </PATH_ELEMENT>
146
- </PATH>
147
- </subPane>
148
- </pane>
149
- </panes>
150
- </component>
151
- <component name="PropertiesComponent">
152
- <property name="options.splitter.main.proportions" value="0.3" />
153
- <property name="WebServerToolWindowFactoryState" value="false" />
154
- <property name="options.lastSelected" value="project.propVCSSupport.Mappings" />
155
- <property name="options.searchVisible" value="true" />
156
- <property name="options.splitter.details.proportions" value="0.2" />
157
- </component>
158
- <component name="RunManager">
159
- <list size="0" />
160
- </component>
161
- <component name="ShelveChangesManager" show_recycled="false" />
162
- <component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false" SSL_PROTOCOLS="sslv3">
163
- <option name="USER" value="" />
164
- <option name="PASSWORD" value="" />
165
- <option name="mySSHConnectionTimeout" value="30000" />
166
- <option name="mySSHReadTimeout" value="30000" />
167
- <option name="LAST_MERGED_REVISION" />
168
- <option name="MERGE_DRY_RUN" value="false" />
169
- <option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
170
- <option name="UPDATE_LOCK_ON_DEMAND" value="false" />
171
- <option name="IGNORE_SPACES_IN_MERGE" value="false" />
172
- <option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
173
- <option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
174
- <option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
175
- <option name="FORCE_UPDATE" value="false" />
176
- <option name="IGNORE_EXTERNALS" value="false" />
177
- <myIsUseDefaultProxy>false</myIsUseDefaultProxy>
178
- </component>
179
- <component name="TaskManager">
180
- <task active="true" id="Default" summary="Default task">
181
- <changelist id="76e9e064-60cb-4b21-9538-43c2d47e8def" name="Default" comment="" />
182
- <created>1397740475071</created>
183
- <updated>1397740475071</updated>
184
- </task>
185
- <servers />
186
- </component>
187
- <component name="ToolWindowManager">
188
- <frame x="10" y="29" width="1260" height="920" extended-state="0" />
189
- <editor active="true" />
190
- <layout>
191
- <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32928312" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
192
- <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" />
193
- <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" />
194
- <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" />
195
- <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" />
196
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24958813" sideWeight="0.6707169" order="0" side_tool="false" content_ui="combo" />
197
- <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" />
198
- <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" />
199
- <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" />
200
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32928312" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
201
- <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" />
202
- <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" />
203
- <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" />
204
- <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" />
205
- <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" />
206
- <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" />
207
- <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" />
208
- <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" />
209
- </layout>
210
- </component>
211
- <component name="VcsContentAnnotationSettings">
212
- <option name="myLimit" value="2678400000" />
213
- </component>
214
- <component name="VcsManagerConfiguration">
215
- <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
216
- <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
217
- <option name="CHECK_NEW_TODO" value="true" />
218
- <option name="myTodoPanelSettings">
219
- <value>
220
- <are-packages-shown value="false" />
221
- <are-modules-shown value="false" />
222
- <flatten-packages value="false" />
223
- <is-autoscroll-to-source value="false" />
224
- </value>
225
- </option>
226
- <option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
227
- <option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
228
- <option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
229
- <option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
230
- <option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
231
- <option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
232
- <option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
233
- <option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
234
- <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
235
- <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
236
- <option name="DEFAULT_PATCH_EXTENSION" value="patch" />
237
- <option name="SHORT_DIFF_HORIZONTALLY" value="true" />
238
- <option name="SHORT_DIFF_EXTRA_LINES" value="2" />
239
- <option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
240
- <option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
241
- <option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
242
- <option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
243
- <option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
244
- <option name="SHOW_DIRTY_RECURSIVELY" value="false" />
245
- <option name="LIMIT_HISTORY" value="true" />
246
- <option name="MAXIMUM_HISTORY_ROWS" value="1000" />
247
- <option name="UPDATE_FILTER_SCOPE_NAME" />
248
- <option name="USE_COMMIT_MESSAGE_MARGIN" value="false" />
249
- <option name="COMMIT_MESSAGE_MARGIN_SIZE" value="72" />
250
- <option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="false" />
251
- <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
252
- <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
253
- <option name="LAST_COMMIT_MESSAGE" />
254
- <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
255
- <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
256
- <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
257
- <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
258
- <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
259
- <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
260
- <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
261
- <option name="ACTIVE_VCS_NAME" />
262
- <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
263
- <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
264
- <option name="UPDATE_FILTER_BY_SCOPE" value="false" />
265
- <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
266
- <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
267
- </component>
268
- <component name="XDebuggerManager">
269
- <breakpoint-manager />
270
- </component>
271
- <component name="editorHistoryManager">
272
- <entry file="file://$PROJECT_DIR$/lib/juno-report/pdf.rb">
273
- <provider selected="true" editor-type-id="text-editor">
274
- <state line="197" column="64" selection-start="9377" selection-end="9377" vertical-scroll-proportion="2.7813299">
275
- <folding />
276
- </state>
277
- </provider>
278
- </entry>
279
- </component>
280
- </project>
281
-
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --color
2
- --format documentation
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in juno-report.gemspec
4
- gemspec
data/Gemfile.lock DELETED
@@ -1,52 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- juno-report (0.0.8)
5
- prawml
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activesupport (4.2.5.2)
11
- i18n (~> 0.7)
12
- json (~> 1.7, >= 1.7.7)
13
- minitest (~> 5.1)
14
- thread_safe (~> 0.3, >= 0.3.4)
15
- tzinfo (~> 1.1)
16
- barby (0.6.2)
17
- diff-lcs (1.1.3)
18
- i18n (0.7.0)
19
- json (1.8.3)
20
- minitest (5.8.4)
21
- pdf-core (0.6.1)
22
- prawml (0.1.2)
23
- activesupport
24
- barby
25
- prawn
26
- prawn (2.1.0)
27
- pdf-core (~> 0.6.1)
28
- ttfunk (~> 1.4.0)
29
- rake (0.9.2.2)
30
- rspec (2.12.0)
31
- rspec-core (~> 2.12.0)
32
- rspec-expectations (~> 2.12.0)
33
- rspec-mocks (~> 2.12.0)
34
- rspec-core (2.12.2)
35
- rspec-expectations (2.12.1)
36
- diff-lcs (~> 1.1.3)
37
- rspec-mocks (2.12.1)
38
- thread_safe (0.3.5)
39
- ttfunk (1.4.0)
40
- tzinfo (1.2.2)
41
- thread_safe (~> 0.1)
42
-
43
- PLATFORMS
44
- ruby
45
-
46
- DEPENDENCIES
47
- juno-report!
48
- rake
49
- rspec
50
-
51
- BUNDLED WITH
52
- 1.10.6
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2012 Edson Júnior
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.