stationed 0.2.0 → 0.3.0
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 +4 -4
- data/HISTORY.md +15 -0
- data/bin/stationed +4 -0
- data/lib/stationed/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86a07ab2c8293fd8cc8575df86dd92d6754d9082
|
|
4
|
+
data.tar.gz: 3cae3f13454df7072d2f7cf77d34bcf74435972b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3efc2cc9a7ce774e617d0cb4c04a58371066d9903686db47d1f9d406304c063b8f518d22ac67f3e2845b4046258498e470f447877ca044101649f7f2627208f9
|
|
7
|
+
data.tar.gz: ad1a6a9f6cf5a104312316d66c5773911fd4223b7bfae1643c5916bb8c06fde70867c2bfb2e240d64a35c8385250d907041ed519222cbc069d3a6e2db04a4b59
|
data/HISTORY.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# HISTORY
|
|
2
|
+
|
|
3
|
+
## 0.3.0
|
|
4
|
+
|
|
5
|
+
* Properly installed stationed executable [ariejan]
|
|
6
|
+
|
|
7
|
+
## 0.2.0
|
|
8
|
+
|
|
9
|
+
* Added PlaceholderHelper
|
|
10
|
+
* Added Yard Rake task in generated application
|
|
11
|
+
* Raise exceptions on missing translations in generated application
|
|
12
|
+
|
|
13
|
+
## 0.1.0
|
|
14
|
+
|
|
15
|
+
Initial release.
|
data/bin/stationed
ADDED
data/lib/stationed/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stationed
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arjan van der Gaag
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -61,16 +61,19 @@ description: |
|
|
|
61
61
|
stationed is pretty sweet.
|
|
62
62
|
email:
|
|
63
63
|
- arjan@arjanvandergaag.nl
|
|
64
|
-
executables:
|
|
64
|
+
executables:
|
|
65
|
+
- stationed
|
|
65
66
|
extensions: []
|
|
66
67
|
extra_rdoc_files: []
|
|
67
68
|
files:
|
|
69
|
+
- HISTORY.md
|
|
68
70
|
- LICENSE
|
|
69
71
|
- README.md
|
|
70
72
|
- Rakefile
|
|
71
73
|
- app/helpers/crud_link_helper.rb
|
|
72
74
|
- app/helpers/page_title_helper.rb
|
|
73
75
|
- app/helpers/placeholder_helper.rb
|
|
76
|
+
- bin/stationed
|
|
74
77
|
- lib/generators/stationed/templates_generator.rb
|
|
75
78
|
- lib/stationed.rb
|
|
76
79
|
- lib/stationed/app_builder.rb
|