shoestrap 0.1.0 → 0.1.1

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.
@@ -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
@@ -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.0'
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"
@@ -22,7 +22,7 @@ gem 'simple-navigation'
22
22
  gem 'mail'
23
23
  gem 'fabrication'
24
24
  gem 'shoestrap'
25
- gem 'kuhsaft', :git => 'git@github.com:screenconcept/kuhsaft.git', :branch => 'features/shoestrap_integration'
25
+ gem 'kuhsaft'
26
26
 
27
27
  group :development, :test do
28
28
  gem 'pry'
@@ -1,8 +1,5 @@
1
1
  # <%= config[:app_name] %>
2
2
 
3
- Maintainer: <%= config[:maintainer] %>
4
- Consultant: <%= config[:consultant] %>
5
-
6
3
  ## IMPORTANT REMARKS
7
4
 
8
5
  ## SETUP
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.0
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-06 00:00:00.000000000 Z
15
+ date: 2013-02-14 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rspec