webpush 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: 5c0fb7998125b81b5080ff58173609a51b8f72e7
4
- data.tar.gz: d7dbc0144010cce8af11cbfa1ba9578aa9ef4349
3
+ metadata.gz: e91d56c765ce7dbe211630835e8b2faaae8d656a
4
+ data.tar.gz: c89a396acf759292e858c974bf20f9a211184fda
5
5
  SHA512:
6
- metadata.gz: 6caaa2b268c317e331a1de19cfcc5a2cf258ba4c0c10ac9a1301785229971604087a8e2db3c168ece423cc3dcd2604ae05f9a2657a9ed739ec8bf95ec5396f94
7
- data.tar.gz: 329f7f10e44e9d966a1f4ccc4172231fc1771dc10124182019a901530b32bf3a617614b38e9bfc525ff181ae7a6dd8023697de8fcbdbf355c2d5b42235feef07
6
+ metadata.gz: ad2d65590410a606b7ba316a8447fd129a1410659674e5683774fb0f7b67df7633bd46f3ee54ccb2bd9808d6393c3427617ca2b71eb22c638b8dbecd27fbec4e
7
+ data.tar.gz: a07febb6920a145f7c4f477d747c8dff6f581970e775d9953aaafad5f6afd2e7055b08f4c713fa4cc6091b0569d94927433ba14f5ac49574469d620117d0fd21
data/README.md CHANGED
@@ -75,4 +75,4 @@ self.addEventListener("push", function(event) {
75
75
 
76
76
  ## Contributing
77
77
 
78
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/webpush.
78
+ Bug reports and pull requests are welcome on GitHub at https://github.com/zaru/webpush.
data/lib/webpush.rb CHANGED
@@ -39,7 +39,6 @@ module Webpush
39
39
  req = Net::HTTP::Post.new(uri.request_uri, header)
40
40
  req.body = payload[:ciphertext]
41
41
  res = http.request(req)
42
- p res.body
43
42
  return ("201" == res.code) ? true : false
44
43
  rescue
45
44
  return false
@@ -1,3 +1,3 @@
1
1
  module Webpush
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpush
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
  - zaru@sakuraba
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-12 00:00:00.000000000 Z
11
+ date: 2016-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,11 +76,6 @@ files:
76
76
  - ".gitignore"
77
77
  - ".idea/.name"
78
78
  - ".idea/.rakeTasks"
79
- - ".idea/misc.xml"
80
- - ".idea/modules.xml"
81
- - ".idea/vcs.xml"
82
- - ".idea/webpush.iml"
83
- - ".idea/workspace.xml"
84
79
  - ".rspec"
85
80
  - ".travis.yml"
86
81
  - Gemfile
data/.idea/misc.xml DELETED
@@ -1,14 +0,0 @@
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.0.0-p451" project-jdk-type="RUBY_SDK" />
14
- </project>
data/.idea/modules.xml DELETED
@@ -1,8 +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/webpush.iml" filepath="$PROJECT_DIR$/.idea/webpush.iml" />
6
- </modules>
7
- </component>
8
- </project>
data/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
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>
data/.idea/webpush.iml DELETED
@@ -1,19 +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="Ruby 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="diff-lcs (v1.2.5, ruby-2.0.0-p451) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, ruby-2.0.0-p451) [gem]" level="application" />
18
- </component>
19
- </module>
data/.idea/workspace.xml DELETED
@@ -1,347 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ChangeListManager">
4
- <list default="true" id="92478032-adc2-4ebf-bd18-29b0175af59f" name="Default" comment="">
5
- <change type="DELETED" beforePath="$PROJECT_DIR$/lib/web_push_encryption.rb" afterPath="" />
6
- <change type="DELETED" beforePath="$PROJECT_DIR$/lib/web_push_encryption/version.rb" afterPath="" />
7
- <change type="DELETED" beforePath="$PROJECT_DIR$/spec/web_push_encryption_spec.rb" afterPath="" />
8
- <change type="DELETED" beforePath="$PROJECT_DIR$/web_push_encryption.gemspec" afterPath="" />
9
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
10
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
11
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/bin/console" afterPath="$PROJECT_DIR$/bin/console" />
12
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/spec/spec_helper.rb" afterPath="$PROJECT_DIR$/spec/spec_helper.rb" />
13
- </list>
14
- <ignored path="webpush.iws" />
15
- <ignored path=".idea/workspace.xml" />
16
- <ignored path=".idea/dataSources.local.xml" />
17
- <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
18
- <option name="TRACKING_ENABLED" value="true" />
19
- <option name="SHOW_DIALOG" value="false" />
20
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
21
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
22
- <option name="LAST_RESOLUTION" value="IGNORE" />
23
- </component>
24
- <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
25
- <component name="CreatePatchCommitExecutor">
26
- <option name="PATCH_PATH" value="" />
27
- </component>
28
- <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
29
- <component name="FavoritesManager">
30
- <favorites_list name="webpush" />
31
- </component>
32
- <component name="FileEditorManager">
33
- <leaf>
34
- <file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
35
- <entry file="file://$PROJECT_DIR$/Gemfile">
36
- <provider selected="true" editor-type-id="text-editor">
37
- <state vertical-scroll-proportion="0.0">
38
- <caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
39
- <folding />
40
- </state>
41
- </provider>
42
- </entry>
43
- </file>
44
- <file leaf-file-name="Rakefile" pinned="false" current-in-tab="false">
45
- <entry file="file://$PROJECT_DIR$/Rakefile">
46
- <provider selected="true" editor-type-id="text-editor">
47
- <state vertical-scroll-proportion="0.0">
48
- <caret line="3" column="32" selection-start-line="3" selection-start-column="32" selection-end-line="3" selection-end-column="32" />
49
- <folding />
50
- </state>
51
- </provider>
52
- </entry>
53
- </file>
54
- <file leaf-file-name="webpush.gemspec" pinned="false" current-in-tab="false">
55
- <entry file="file://$PROJECT_DIR$/webpush.gemspec">
56
- <provider selected="true" editor-type-id="text-editor">
57
- <state vertical-scroll-proportion="0.0">
58
- <caret line="18" column="0" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" />
59
- <folding />
60
- </state>
61
- </provider>
62
- </entry>
63
- </file>
64
- <file leaf-file-name="setup" pinned="false" current-in-tab="false">
65
- <entry file="file://$PROJECT_DIR$/bin/setup">
66
- <provider selected="true" editor-type-id="text-editor">
67
- <state vertical-scroll-proportion="0.0">
68
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
69
- <folding />
70
- </state>
71
- </provider>
72
- </entry>
73
- </file>
74
- <file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
75
- <entry file="file://$PROJECT_DIR$/lib/webpush/version.rb">
76
- <provider selected="true" editor-type-id="text-editor">
77
- <state vertical-scroll-proportion="0.06676558">
78
- <caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
79
- <folding />
80
- </state>
81
- </provider>
82
- </entry>
83
- </file>
84
- </leaf>
85
- </component>
86
- <component name="Git.Settings">
87
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
88
- </component>
89
- <component name="IdeDocumentHistory">
90
- <option name="CHANGED_PATHS">
91
- <list>
92
- <option value="$PROJECT_DIR$/lib/webpush/version.rb" />
93
- </list>
94
- </option>
95
- </component>
96
- <component name="JsBuildToolGruntFileManager" detection-done="true" />
97
- <component name="JsGulpfileManager">
98
- <detection-done>true</detection-done>
99
- </component>
100
- <component name="NamedScopeManager">
101
- <order />
102
- </component>
103
- <component name="ProjectFrameBounds">
104
- <option name="x" value="457" />
105
- <option name="y" value="60" />
106
- <option name="width" value="1502" />
107
- <option name="height" value="1165" />
108
- </component>
109
- <component name="ProjectLevelVcsManager" settingsEditedManually="false">
110
- <OptionsSetting value="true" id="Add" />
111
- <OptionsSetting value="true" id="Remove" />
112
- <OptionsSetting value="true" id="Checkout" />
113
- <OptionsSetting value="true" id="Update" />
114
- <OptionsSetting value="true" id="Status" />
115
- <OptionsSetting value="true" id="Edit" />
116
- <ConfirmationsSetting value="0" id="Add" />
117
- <ConfirmationsSetting value="0" id="Remove" />
118
- </component>
119
- <component name="ProjectView">
120
- <navigator currentView="ProjectPane" proportions="" version="1">
121
- <flattenPackages />
122
- <showMembers />
123
- <showModules />
124
- <showLibraryContents />
125
- <hideEmptyPackages />
126
- <abbreviatePackageNames />
127
- <autoscrollToSource />
128
- <autoscrollFromSource />
129
- <sortByType />
130
- </navigator>
131
- <panes>
132
- <pane id="ProjectPane">
133
- <subPane>
134
- <PATH>
135
- <PATH_ELEMENT>
136
- <option name="myItemId" value="webpush" />
137
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
138
- </PATH_ELEMENT>
139
- </PATH>
140
- <PATH>
141
- <PATH_ELEMENT>
142
- <option name="myItemId" value="webpush" />
143
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
144
- </PATH_ELEMENT>
145
- <PATH_ELEMENT>
146
- <option name="myItemId" value="webpush" />
147
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
148
- </PATH_ELEMENT>
149
- </PATH>
150
- <PATH>
151
- <PATH_ELEMENT>
152
- <option name="myItemId" value="webpush" />
153
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
154
- </PATH_ELEMENT>
155
- <PATH_ELEMENT>
156
- <option name="myItemId" value="webpush" />
157
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
158
- </PATH_ELEMENT>
159
- <PATH_ELEMENT>
160
- <option name="myItemId" value="spec" />
161
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
162
- </PATH_ELEMENT>
163
- </PATH>
164
- <PATH>
165
- <PATH_ELEMENT>
166
- <option name="myItemId" value="webpush" />
167
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
168
- </PATH_ELEMENT>
169
- <PATH_ELEMENT>
170
- <option name="myItemId" value="webpush" />
171
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
172
- </PATH_ELEMENT>
173
- <PATH_ELEMENT>
174
- <option name="myItemId" value="lib" />
175
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
176
- </PATH_ELEMENT>
177
- </PATH>
178
- <PATH>
179
- <PATH_ELEMENT>
180
- <option name="myItemId" value="webpush" />
181
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
182
- </PATH_ELEMENT>
183
- <PATH_ELEMENT>
184
- <option name="myItemId" value="webpush" />
185
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
186
- </PATH_ELEMENT>
187
- <PATH_ELEMENT>
188
- <option name="myItemId" value="lib" />
189
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
190
- </PATH_ELEMENT>
191
- <PATH_ELEMENT>
192
- <option name="myItemId" value="webpush" />
193
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
194
- </PATH_ELEMENT>
195
- </PATH>
196
- <PATH>
197
- <PATH_ELEMENT>
198
- <option name="myItemId" value="webpush" />
199
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
200
- </PATH_ELEMENT>
201
- <PATH_ELEMENT>
202
- <option name="myItemId" value="webpush" />
203
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
204
- </PATH_ELEMENT>
205
- <PATH_ELEMENT>
206
- <option name="myItemId" value="bin" />
207
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
208
- </PATH_ELEMENT>
209
- </PATH>
210
- </subPane>
211
- </pane>
212
- <pane id="Scope" />
213
- <pane id="Scratches" />
214
- </panes>
215
- </component>
216
- <component name="PropertiesComponent">
217
- <property name="last_opened_file_path" value="$PROJECT_DIR$" />
218
- <property name="WebServerToolWindowFactoryState" value="false" />
219
- </component>
220
- <component name="RunManager">
221
- <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
222
- <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
223
- <module name="" />
224
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
225
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
226
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
227
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
228
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
229
- <envs />
230
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
231
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
232
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
233
- <COVERAGE_PATTERN ENABLED="true">
234
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
235
- </COVERAGE_PATTERN>
236
- </EXTENSION>
237
- <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
238
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
239
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
240
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
241
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
242
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
243
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
244
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
245
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
246
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
247
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
248
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
249
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
250
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
251
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
252
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
253
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
254
- <method />
255
- </configuration>
256
- <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
257
- <method />
258
- </configuration>
259
- <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
260
- <method />
261
- </configuration>
262
- </component>
263
- <component name="ShelveChangesManager" show_recycled="false" />
264
- <component name="TaskManager">
265
- <task active="true" id="Default" summary="Default task">
266
- <changelist id="92478032-adc2-4ebf-bd18-29b0175af59f" name="Default" comment="" />
267
- <created>1459447159915</created>
268
- <option name="number" value="Default" />
269
- <updated>1459447159915</updated>
270
- </task>
271
- <servers />
272
- </component>
273
- <component name="ToolWindowManager">
274
- <frame x="457" y="60" width="1502" height="1165" extended-state="0" />
275
- <editor active="false" />
276
- <layout>
277
- <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3295129" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
278
- <window_info id="Terminal" 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" />
279
- <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" />
280
- <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3295129" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
281
- <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" />
282
- <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" />
283
- <window_info id="Application Servers" 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" />
284
- <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
285
- <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" />
286
- <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" />
287
- <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" />
288
- <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" />
289
- <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" />
290
- <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" />
291
- <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" />
292
- <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" />
293
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
294
- <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" />
295
- <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" />
296
- </layout>
297
- </component>
298
- <component name="VcsContentAnnotationSettings">
299
- <option name="myLimit" value="2678400000" />
300
- </component>
301
- <component name="XDebuggerManager">
302
- <breakpoint-manager />
303
- <watches-manager />
304
- </component>
305
- <component name="editorHistoryManager">
306
- <entry file="file://$PROJECT_DIR$/Gemfile">
307
- <provider selected="true" editor-type-id="text-editor">
308
- <state vertical-scroll-proportion="0.0">
309
- <caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
310
- <folding />
311
- </state>
312
- </provider>
313
- </entry>
314
- <entry file="file://$PROJECT_DIR$/Rakefile">
315
- <provider selected="true" editor-type-id="text-editor">
316
- <state vertical-scroll-proportion="0.0">
317
- <caret line="3" column="32" selection-start-line="3" selection-start-column="32" selection-end-line="3" selection-end-column="32" />
318
- <folding />
319
- </state>
320
- </provider>
321
- </entry>
322
- <entry file="file://$PROJECT_DIR$/webpush.gemspec">
323
- <provider selected="true" editor-type-id="text-editor">
324
- <state vertical-scroll-proportion="0.0">
325
- <caret line="18" column="0" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" />
326
- <folding />
327
- </state>
328
- </provider>
329
- </entry>
330
- <entry file="file://$PROJECT_DIR$/bin/setup">
331
- <provider selected="true" editor-type-id="text-editor">
332
- <state vertical-scroll-proportion="0.0">
333
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
334
- <folding />
335
- </state>
336
- </provider>
337
- </entry>
338
- <entry file="file://$PROJECT_DIR$/lib/webpush/version.rb">
339
- <provider selected="true" editor-type-id="text-editor">
340
- <state vertical-scroll-proportion="0.06676558">
341
- <caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
342
- <folding />
343
- </state>
344
- </provider>
345
- </entry>
346
- </component>
347
- </project>