imperituroard 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: c5a78f717e939cb1a0a7aef7585c9c524cad42b8
4
- data.tar.gz: eea139e7f279b31d26a9e5b0104184ec130b30ac
3
+ metadata.gz: 40ce9bb81c018fe51de00cfe384e1817d9e156f3
4
+ data.tar.gz: 35a59f50c3b59ed88a3558f5bc7c5a84698f0faa
5
5
  SHA512:
6
- metadata.gz: 502c8f36df1a2c5598c0082cd1c03fa4ec14481514134d36fa5784756f0b2d5ebed85ad27297a744c3667b69a6507ba90a4442fb4234a299b42e9412fb1bd912
7
- data.tar.gz: 026da6d274530e01a0521da84093af07e04dd2e20f273f67c87279560a9aa5d459b688e15e36610634a6ca3bc17515bd5345942d827e98ac58adc2c32ba1b0f8
6
+ metadata.gz: 6a2eb31dbf99e6495b761c2c8b33ee8cffd6e5edaf9769fc933d2177d86aa1101cbab28c6612cea9c3380ea2a0b1ca5b53483e0e4003c901ba54354a8c5c04c0
7
+ data.tar.gz: 0000edd773e8375ac5bcf230cc681022210f7ec5ee68ee0cec9ed5a466ba6f3a92bca2cbe75b22340d392ffc41709e7d74471f7456442d4aec532b0cacb6f241
data/.idea/workspace.xml CHANGED
@@ -181,8 +181,8 @@
181
181
  <sorting>DEFINITION_ORDER</sorting>
182
182
  </component>
183
183
  <component name="ProjectFrameBounds">
184
- <option name="x" value="96" />
185
- <option name="y" value="313" />
184
+ <option name="x" value="72" />
185
+ <option name="y" value="316" />
186
186
  <option name="width" value="1313" />
187
187
  <option name="height" value="718" />
188
188
  </component>
@@ -513,22 +513,22 @@
513
513
  <option name="number" value="Default" />
514
514
  <option name="presentableId" value="Default" />
515
515
  <updated>1583947339097</updated>
516
- <workItem from="1583947642761" duration="1406000" />
516
+ <workItem from="1583947642761" duration="1768000" />
517
517
  </task>
518
518
  <servers />
519
519
  </component>
520
520
  <component name="TimeTrackingManager">
521
- <option name="totallyTimeSpent" value="1406000" />
521
+ <option name="totallyTimeSpent" value="1768000" />
522
522
  </component>
523
523
  <component name="ToolWindowManager">
524
- <frame x="96" y="313" width="1313" height="718" extended-state="0" />
524
+ <frame x="72" y="316" width="1313" height="718" extended-state="0" />
525
525
  <editor active="true" />
526
526
  <layout>
527
527
  <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24940991" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
528
528
  <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" />
529
529
  <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" />
530
530
  <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" />
531
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
531
+ <window_info id="Run" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
532
532
  <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" />
533
533
  <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" />
534
534
  <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" />
@@ -1,3 +1,3 @@
1
1
  module Imperituroard
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/lib/imperituroard.rb CHANGED
@@ -16,4 +16,8 @@ module Phpipam
16
16
  def test(ggg)
17
17
  p ggg
18
18
  end
19
+ end
20
+
21
+ class Pipam
22
+ include Phpipam
19
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imperituroard
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
  - Dzmitry Buynovskiy