ProtectedConstructor 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/.idea/.rakeTasks CHANGED
@@ -4,4 +4,4 @@ You are allowed to:
4
4
  1. Remove rake task
5
5
  2. Add existing rake tasks
6
6
  To add existing rake tasks automatically delete this file and reload the project.
7
- --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build ProtectedConstructor-1.0.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install ProtectedConstructor-1.0.0.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v1.0.0 and build and push ProtectedConstructor-1.0.0.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /></RakeGroup></Settings>
7
+ --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build ProtectedConstructor-1.0.2.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install ProtectedConstructor-1.0.2.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v1.0.2 and build and push ProtectedConstructor-1.0.2.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /></RakeGroup></Settings>
data/.idea/workspace.xml CHANGED
@@ -1,7 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
- <list default="true" id="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" name="Default" comment="" />
4
+ <list default="true" id="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" name="Default" comment="">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
6
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/ProtectedConstructor/version.rb" afterPath="$PROJECT_DIR$/lib/ProtectedConstructor/version.rb" />
7
+ </list>
5
8
  <ignored path="ProtectedConstructor.iws" />
6
9
  <ignored path=".idea/workspace.xml" />
7
10
  <file path="/Dummy.txt" changelist="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" time="1373302834255" ignored="false" />
@@ -43,16 +46,7 @@
43
46
  <file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
44
47
  <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor/version.rb">
45
48
  <provider selected="true" editor-type-id="text-editor">
46
- <state line="1" column="18" selection-start="46" selection-end="46" vertical-scroll-proportion="0.03131524">
47
- <folding />
48
- </state>
49
- </provider>
50
- </entry>
51
- </file>
52
- <file leaf-file-name="Gemfile.lock" pinned="false" current="false" current-in-tab="false">
53
- <entry file="file://$PROJECT_DIR$/Gemfile.lock">
54
- <provider selected="true" editor-type-id="text-editor">
55
- <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
49
+ <state line="1" column="18" selection-start="46" selection-end="46" vertical-scroll-proportion="0.031446543">
56
50
  <folding />
57
51
  </state>
58
52
  </provider>
@@ -61,7 +55,7 @@
61
55
  <file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
62
56
  <entry file="file://$PROJECT_DIR$/Gemfile">
63
57
  <provider selected="true" editor-type-id="text-editor">
64
- <state line="9" column="0" selection-start="197" selection-end="197" vertical-scroll-proportion="0.0">
58
+ <state line="7" column="13" selection-start="157" selection-end="157" vertical-scroll-proportion="0.0">
65
59
  <folding />
66
60
  </state>
67
61
  </provider>
@@ -114,7 +108,6 @@
114
108
  <list>
115
109
  <option value="$PROJECT_DIR$/ProtectedConstructor/README.md" />
116
110
  <option value="$PROJECT_DIR$/LICENSE.txt" />
117
- <option value="$PROJECT_DIR$/Gemfile" />
118
111
  <option value="$PROJECT_DIR$/spec/checker/protected_constructor_spec.rb" />
119
112
  <option value="$PROJECT_DIR$/spec/klass.rb" />
120
113
  <option value="$PROJECT_DIR$/spec/spec_helper.rb" />
@@ -124,6 +117,7 @@
124
117
  <option value="$PROJECT_DIR$/lib/ProtectedConstructor.rb" />
125
118
  <option value="$PROJECT_DIR$/Rakefile" />
126
119
  <option value="$PROJECT_DIR$/README.md" />
120
+ <option value="$PROJECT_DIR$/Gemfile" />
127
121
  <option value="$PROJECT_DIR$/lib/ProtectedConstructor/version.rb" />
128
122
  </list>
129
123
  </option>
@@ -408,11 +402,11 @@
408
402
  <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" />
409
403
  <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="3" side_tool="false" content_ui="tabs" />
410
404
  <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" />
411
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25322813" sideWeight="0.6706349" order="0" side_tool="false" content_ui="combo" />
405
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25322813" sideWeight="0.6697613" order="0" side_tool="false" content_ui="combo" />
412
406
  <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" />
413
407
  <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="2" side_tool="true" content_ui="tabs" />
414
408
  <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="7" side_tool="true" content_ui="tabs" />
415
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32936507" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
409
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.33023873" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
416
410
  <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="7" side_tool="false" content_ui="tabs" />
417
411
  <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" />
418
412
  <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" />
@@ -569,30 +563,30 @@
569
563
  </state>
570
564
  </provider>
571
565
  </entry>
572
- <entry file="file://$PROJECT_DIR$/Gemfile">
566
+ <entry file="file://$PROJECT_DIR$/Rakefile">
573
567
  <provider selected="true" editor-type-id="text-editor">
574
- <state line="9" column="0" selection-start="197" selection-end="197" vertical-scroll-proportion="0.0">
568
+ <state line="13" column="0" selection-start="271" selection-end="271" vertical-scroll-proportion="0.0">
575
569
  <folding />
576
570
  </state>
577
571
  </provider>
578
572
  </entry>
579
- <entry file="file://$PROJECT_DIR$/Rakefile">
573
+ <entry file="file://$PROJECT_DIR$/README.md">
580
574
  <provider selected="true" editor-type-id="text-editor">
581
- <state line="13" column="0" selection-start="271" selection-end="271" vertical-scroll-proportion="0.0">
575
+ <state line="4" column="72" selection-start="312" selection-end="312" vertical-scroll-proportion="0.0">
582
576
  <folding />
583
577
  </state>
584
578
  </provider>
585
579
  </entry>
586
- <entry file="file://$PROJECT_DIR$/README.md">
580
+ <entry file="file://$PROJECT_DIR$/Gemfile">
587
581
  <provider selected="true" editor-type-id="text-editor">
588
- <state line="4" column="72" selection-start="312" selection-end="312" vertical-scroll-proportion="0.0">
582
+ <state line="7" column="13" selection-start="157" selection-end="157" vertical-scroll-proportion="0.0">
589
583
  <folding />
590
584
  </state>
591
585
  </provider>
592
586
  </entry>
593
587
  <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor/version.rb">
594
588
  <provider selected="true" editor-type-id="text-editor">
595
- <state line="1" column="18" selection-start="46" selection-end="46" vertical-scroll-proportion="0.03131524">
589
+ <state line="1" column="18" selection-start="46" selection-end="46" vertical-scroll-proportion="0.031446543">
596
590
  <folding />
597
591
  </state>
598
592
  </provider>
data/Gemfile CHANGED
@@ -5,5 +5,5 @@ gemspec
5
5
 
6
6
  ruby '1.9.3'
7
7
  gem "rspec", "~> 2.13.0"
8
- gem "yard", "~> 0.8.6.1"
8
+ gem "yard", "0.8.6.1"
9
9
  gem "redcarpet", "~> 2.3.0"
@@ -1,3 +1,3 @@
1
1
  module ProtectedConstructor
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ProtectedConstructor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: