tirantes 1.0.7 → 1.0.8

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: 3e264e3fb75f1f4051e075d3b89ca5d89d4f3025
4
- data.tar.gz: 89db2786fee16e3b4dd74a7dd2b059c0aaaddd74
3
+ metadata.gz: da0f94b6e84cafc73ff0350af568581f4b837725
4
+ data.tar.gz: c66945d861f87d2238c08e5d71eb33428c28fa0f
5
5
  SHA512:
6
- metadata.gz: 374598afede69313beb063dcde416115372bcf52925e651c1274568026921548c8186e0a047859f8852a27161e5fedefc6e8cef71353e08fbee7fa2796de6d0d
7
- data.tar.gz: 1e8f914b172ff325af5cfdc42f35fe2e6feae0978191274470b8218e8e2bcdc40bcaaa1feccaf12b2787ca21bcbe9349ea1d9f8ca43b98d69519e1e888f31f71
6
+ metadata.gz: 1887340020c57ea94e7e7becc8b0d82141b9d037a3615e5c9d4ed993e1e4b37e9174710ad9a63910fced8a634c019dd105ad79fa2c4daf67e33e846db6e95112
7
+ data.tar.gz: 2419e915fca2f9b576ecd2e04173fc87fa79eaad95af3dedeca16d4d276eb8427807d48e55afcb0af09822c32998d788ece92925f4cd975bbce99ea1204a8302
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tirantes (1.0.7)
4
+ tirantes (1.0.8)
5
5
  bundler (~> 1.7.0)
6
6
  rails (~> 4.2.0)
7
7
 
@@ -81,8 +81,6 @@ GEM
81
81
  multi_test (0.1.1)
82
82
  nokogiri (1.6.5)
83
83
  mini_portile (~> 0.6.0)
84
- nokogiri (1.6.5-x86-mingw32)
85
- mini_portile (~> 0.6.0)
86
84
  rack (1.6.0)
87
85
  rack-test (0.6.2)
88
86
  rack (>= 1.0)
@@ -1,3 +1,3 @@
1
1
  module Tirantes
2
- VERSION = '1.0.7'
2
+ VERSION = '1.0.8'
3
3
  end
@@ -9,25 +9,25 @@ Gem::Specification.new do |s|
9
9
  s.add_dependency 'rails', '~>4.2.0'
10
10
  s.add_development_dependency 'aruba', '~> 0.5.2'
11
11
  s.add_development_dependency 'cucumber', '~> 1.2'
12
- s.authors = ['thoughtbot']
12
+ s.authors = ['Mario Chavez']
13
13
  s.date = Date.today.strftime('%Y-%m-%d')
14
14
 
15
15
  s.description = <<-HERE
16
- Tirantes is a base Rails project that you can upgrade. It is used by
17
- thoughtbot to get a jump start on a working app. Use Suspenders if you're in a
18
- rush to build something amazing; don't use it if you like missing deadlines.
16
+ Tirantes is a base Rails project that you can upgrade. It is based on
17
+ thoughtbot's suspenders. If you are in a rush and wnat to get a jump start on
18
+ a working app Tirantes can help you there.
19
19
  HERE
20
20
 
21
- s.email = 'support@thoughtbot.com'
21
+ s.email = 'mario.chavez@fmail.com'
22
22
  s.executables = `git ls-files -- bin/*`.split("\n").map { |file| File.basename(file) }
23
23
  s.extra_rdoc_files = %w[README.md LICENSE]
24
24
  s.files = `git ls-files`.split("\n")
25
- s.homepage = 'http://github.com/thoughtbot/suspenders'
25
+ s.homepage = 'https://github.com/mariochavez/tirantes'
26
26
  s.license = 'MIT'
27
27
  s.name = 'tirantes'
28
28
  s.rdoc_options = ['--charset=UTF-8']
29
29
  s.require_paths = ['lib']
30
- s.summary = "Generate a Rails app using thoughtbot's best practices."
30
+ s.summary = "Generate a Rails app with better defaults."
31
31
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
32
32
  s.version = Tirantes::VERSION
33
33
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tirantes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
- - thoughtbot
7
+ - Mario Chavez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -67,10 +67,10 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.2'
69
69
  description: |
70
- Tirantes is a base Rails project that you can upgrade. It is used by
71
- thoughtbot to get a jump start on a working app. Use Suspenders if you're in a
72
- rush to build something amazing; don't use it if you like missing deadlines.
73
- email: support@thoughtbot.com
70
+ Tirantes is a base Rails project that you can upgrade. It is based on
71
+ thoughtbot's suspenders. If you are in a rush and wnat to get a jump start on
72
+ a working app Tirantes can help you there.
73
+ email: mario.chavez@fmail.com
74
74
  executables:
75
75
  - tirantes
76
76
  extensions: []
@@ -126,7 +126,7 @@ files:
126
126
  - templates/tirantes_gitignore
127
127
  - templates/tirantes_layout.html.erb.erb
128
128
  - tirantes.gemspec
129
- homepage: http://github.com/thoughtbot/suspenders
129
+ homepage: https://github.com/mariochavez/tirantes
130
130
  licenses:
131
131
  - MIT
132
132
  metadata: {}
@@ -150,7 +150,7 @@ rubyforge_project:
150
150
  rubygems_version: 2.4.5
151
151
  signing_key:
152
152
  specification_version: 4
153
- summary: Generate a Rails app using thoughtbot's best practices.
153
+ summary: Generate a Rails app with better defaults.
154
154
  test_files:
155
155
  - features/github_repo.feature
156
156
  - features/heroku_true.feature