shoestrap 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +6 -0
- data/lib/shoestrap/app_builder.rb +1 -3
- data/shoestrap.gemspec +1 -1
- data/templates/Gemfile.erb +1 -1
- data/templates/README.md.erb +0 -3
- metadata +2 -2
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
#Changelog
|
2
2
|
|
3
|
+
## 0.1.1 - 2013-02-14
|
4
|
+
|
5
|
+
* Fix: Don't use deleted kuhsaft branch
|
6
|
+
* Remove maintainer/lead dev info from readme: this information moved to
|
7
|
+
our internal wiki
|
8
|
+
|
3
9
|
## 0.1.0 - 2013-02-06
|
4
10
|
|
5
11
|
* replace logout link with placeholder, as kuhsaft does not ship with
|
@@ -2,9 +2,7 @@ module Shoestrap
|
|
2
2
|
class AppBuilder < Rails::AppBuilder
|
3
3
|
def readme
|
4
4
|
config = {
|
5
|
-
app_name: app_name
|
6
|
-
maintainer: ask('Who is the maintainer of the App?'),
|
7
|
-
consultant: ask('Who is the primary consultant for the App?')
|
5
|
+
app_name: app_name
|
8
6
|
}
|
9
7
|
|
10
8
|
template 'README.md.erb', 'README.md', config
|
data/shoestrap.gemspec
CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "shoestrap"
|
6
|
-
s.version = '0.1.
|
6
|
+
s.version = '0.1.1'
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
8
|
s.authors = ["Immanuel Häussermann", "Felipe Kaufmann", "Phil Schilter", "Noëlle Rosenberg"]
|
9
9
|
s.email = "info@screenconcept.ch"
|
data/templates/Gemfile.erb
CHANGED
data/templates/README.md.erb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shoestrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2013-02-
|
15
|
+
date: 2013-02-14 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: rspec
|