easy_app_helper 1.0.2 → 1.0.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: 22ae50ec70059579d7f5eb77d58e492fd1d623b5
4
- data.tar.gz: fdba239b09bd58fec2795fc86c8758b4c5c06787
3
+ metadata.gz: 819ebd1c1387fafb44f0f1cf423ba465d75b1069
4
+ data.tar.gz: 950b16c9a1f0aade331156d266a7fc525e06a760
5
5
  SHA512:
6
- metadata.gz: 58a3da7c9fe145e12320d22608d159afc8963e1407435e3f27d4ad4ee4861e39b48bb18b73c6fec05ac5d71e0b72a02c90aa53ac314168492c9f9b64803b42dc
7
- data.tar.gz: a5d7fc90362b8a919cb4b37279f776f51fd6264d284c5cfd6d9f5ef46ef960e4822fe0949df872f88345fb13146bf48ed0e3f2ce5f34eb8822a60844ade0109c
6
+ metadata.gz: 1b1db5e9d30e69df6e445ec6cea02cb59309537ca85a44396e63df0b96ec62b85f08d1868853b9589a56f4df976c19fce19d053db017a603e913d11fc667e10f
7
+ data.tar.gz: 5b7650d5fff48883a30b3d7b13ecf6e53fcb88a8301a4958dc4a55bc418ef87ff8618427053bce5e218d7a84decc32a549ca3d60eef4261b06ef0a8a4f8e57f0
data/.gitignore CHANGED
@@ -1,47 +1,47 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
18
- # Standard
19
- *~
20
- # Standard Rails project
21
- /tmp/
22
- /log/
23
- /db/*.sqlite3
24
- # SASS CSS generation
25
- /public/stylesheets/.sass-cache/
26
- # Netbeans
27
- /nbproject/
28
- # Sublime Text 2 project
29
- *.sublime-project
30
- *.sublime-workspace
31
- *(copie)*
32
- # RVM
33
- .rvmrc
34
- # VisualRuby
35
- .vr_settings.yaml
36
- # Emacs
37
- *#
38
- *\#
39
- \#*
40
- .#*
41
- \#*\#
42
- # Geany
43
- *.geany
44
- # RubyMine
45
- .idea
46
- #RedCar
47
- .redcar
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ # Standard
19
+ *~
20
+ # Standard Rails project
21
+ /tmp/
22
+ /log/
23
+ /db/*.sqlite3
24
+ # SASS CSS generation
25
+ /public/stylesheets/.sass-cache/
26
+ # Netbeans
27
+ /nbproject/
28
+ # Sublime Text 2 project
29
+ *.sublime-project
30
+ *.sublime-workspace
31
+ *(copie)*
32
+ # RVM
33
+ .rvmrc
34
+ # VisualRuby
35
+ .vr_settings.yaml
36
+ # Emacs
37
+ *#
38
+ *\#
39
+ \#*
40
+ .#*
41
+ \#*\#
42
+ # Geany
43
+ *.geany
44
+ # RubyMine
45
+ .idea
46
+ #RedCar
47
+ .redcar
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in easy_app_helper.gemspec
4
- gemspec
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in easy_app_helper.gemspec
4
+ gemspec
data/LICENSE.txt CHANGED
@@ -1,22 +1,22 @@
1
- Copyright (c) 2013 TODO: Write your name
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.
1
+ Copyright (c) 2013 TODO: Write your name
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.