super_stack 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83e5b1908f9fcfdbc559e7fdf0aa68281bb99f0f
4
- data.tar.gz: d4c93aacab5ffe3f25b71d096e5504e79aafb056
3
+ metadata.gz: 21061f7c079e83d838f6b1eb275495397ff969d9
4
+ data.tar.gz: 29b998d2273601a5c6561b7ce348d782857aa279
5
5
  SHA512:
6
- metadata.gz: ed8c0232f047dbe42064849a6f209108728c33eb1fd69995e84a9facaa084c4b606cc93d13b01e2a12b8ace5f0ef1668bf5b271d8003095420448a9044e954f2
7
- data.tar.gz: 4b1197af2ce250963b1078ba59131a8f049dd97282a46ce1758a8aab00811e265c2ea3478b134f7ef078cebf3ad5ab5e2f75c6d03db6e213fcf55c24a395645c
6
+ metadata.gz: 0445ba18415ef742e680fd00c0f0f5cb61d4e0ee798faf59a049cf042c95d31ed5719c28d5079972654d31482652c8419ae7b10c1aa70ad2114aff09e37bced7
7
+ data.tar.gz: 9db3281e09b2c9a471cde8e312acff82bf017ddeb8a3bbd708f2cd852bc9db7575cb0c58bb376b0d4cfba7e4a230b32fcb3646f4b29ebd1bce34c2b9b7a4cbe4
data/.gitignore CHANGED
@@ -1,3 +1,171 @@
1
+ ### Ruby template
2
+ *.gem
3
+ *.rbc
4
+ /.config
5
+ /coverage/
6
+ /InstalledFiles
7
+ /pkg/
8
+ /spec/reports/
9
+ /spec/examples.txt
10
+ /test/tmp/
11
+ /test/version_tmp/
12
+ /tmp/
13
+
14
+ ## Specific to RubyMotion:
15
+ .dat*
16
+ .repl_history
17
+ build/
18
+
19
+ ## Documentation cache and generated files:
20
+ /.yardoc/
21
+ /_yardoc/
22
+ /doc/
23
+ /rdoc/
24
+
25
+ ## Environment normalisation:
26
+ /.bundle/
27
+ /vendor/bundle
28
+ /lib/bundler/man/
29
+
30
+ # for a library or gem, you might want to ignore these files since the code is
31
+ # intended to run in multiple environments; otherwise, check them in:
32
+ Gemfile.lock
33
+ .ruby-version
34
+ .ruby-gemset
35
+ .rbenv-gemsets
36
+
37
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
38
+ .rvmrc
39
+ ### Eclipse template
40
+ *.pydevproject
41
+ .metadata
42
+ .gradle
43
+ bin/
44
+ tmp/
45
+ *.tmp
46
+ *.bak
47
+ *.swp
48
+ *~.nib
49
+ local.properties
50
+ .settings/
51
+ .loadpath
52
+
53
+ # Eclipse Core
54
+ .project
55
+
56
+ # External tool builders
57
+ .externalToolBuilders/
58
+
59
+ # Locally stored "Eclipse launch configurations"
60
+ *.launch
61
+
62
+ # CDT-specific
63
+ .cproject
64
+
65
+ # JDT-specific (Eclipse Java Development Tools)
66
+ .classpath
67
+
68
+ # Java annotation processor (APT)
69
+ .factorypath
70
+
71
+ # PDT-specific
72
+ .buildpath
73
+
74
+ # sbteclipse plugin
75
+ .target
76
+
77
+ # TeXlipse plugin
78
+ .texlipse
79
+ ### Emacs template
80
+ # -*- mode: gitignore; -*-
81
+ *~
82
+ \#*\#
83
+ /.emacs.desktop
84
+ /.emacs.desktop.lock
85
+ *.elc
86
+ auto-save-list
87
+ tramp
88
+ .\#*
89
+
90
+ # Org-mode
91
+ .org-id-locations
92
+ *_archive
93
+
94
+ # flymake-mode
95
+ *_flymake.*
96
+
97
+ # eshell files
98
+ /eshell/history
99
+ /eshell/lastdir
100
+
101
+ # elpa packages
102
+ /elpa/
103
+
104
+ # reftex files
105
+ *.rel
106
+
107
+ # AUCTeX auto folder
108
+ /auto/
109
+
110
+ # cask packages
111
+ .cask/
112
+ ### JetBrains template
113
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
114
+
115
+ *.iml
116
+
117
+ ## Directory-based project format:
118
+ .idea/
119
+ # if you remove the above rule, at least ignore the following:
120
+
121
+ # User-specific stuff:
122
+ # .idea/workspace.xml
123
+ # .idea/tasks.xml
124
+ # .idea/dictionaries
125
+
126
+ # Sensitive or high-churn files:
127
+ # .idea/dataSources.ids
128
+ # .idea/dataSources.xml
129
+ # .idea/sqlDataSources.xml
130
+ # .idea/dynamic.xml
131
+ # .idea/uiDesigner.xml
132
+
133
+ # Gradle:
134
+ # .idea/gradle.xml
135
+ # .idea/libraries
136
+
137
+ # Mongo Explorer plugin:
138
+ # .idea/mongoSettings.xml
139
+
140
+ ## File-based project format:
141
+ *.ipr
142
+ *.iws
143
+
144
+ ## Plugin-specific files:
145
+
146
+ # IntelliJ
147
+ /out/
148
+
149
+ # mpeltonen/sbt-idea plugin
150
+ .idea_modules/
151
+
152
+ # JIRA plugin
153
+ atlassian-ide-plugin.xml
154
+
155
+ # Crashlytics plugin (for Android Studio and IntelliJ)
156
+ com_crashlytics_export_strings.xml
157
+ crashlytics.properties
158
+ crashlytics-build.properties
159
+ ### Linux template
160
+ *~
161
+
162
+ # KDE directory preferences
163
+ .directory
164
+
165
+ # Linux trash folder which might appear on any partition or disk
166
+ .Trash-*
167
+
168
+ /Gemfile.lock
1
169
  *.gem
2
170
  *.rbc
3
171
  .bundle
data/.travis.yml CHANGED
@@ -1,5 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.2
3
+ - 2.0.0-p648
4
+ - 2.2.4
4
5
  script:
5
6
  - bundle exec rspec -f d 2> /dev/null
@@ -1,3 +1,3 @@
1
1
  module SuperStack
2
- VERSION = '0.5.1'
2
+ VERSION = '0.5.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_stack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent B.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-23 00:00:00.000000000 Z
11
+ date: 2016-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  version: '0'
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.5.2
142
+ rubygems_version: 2.4.5.1
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: Provides a way to manage the merge of different hashes according to priority