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 +4 -4
- data/Gemfile.lock +1 -3
- data/lib/tirantes/version.rb +1 -1
- data/tirantes.gemspec +7 -7
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da0f94b6e84cafc73ff0350af568581f4b837725
|
|
4
|
+
data.tar.gz: c66945d861f87d2238c08e5d71eb33428c28fa0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1887340020c57ea94e7e7becc8b0d82141b9d037a3615e5c9d4ed993e1e4b37e9174710ad9a63910fced8a634c019dd105ad79fa2c4daf67e33e846db6e95112
|
|
7
|
+
data.tar.gz: 2419e915fca2f9b576ecd2e04173fc87fa79eaad95af3dedeca16d4d276eb8427807d48e55afcb0af09822c32998d788ece92925f4cd975bbce99ea1204a8302
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
tirantes (1.0.
|
|
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)
|
data/lib/tirantes/version.rb
CHANGED
data/tirantes.gemspec
CHANGED
|
@@ -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 = ['
|
|
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
|
|
17
|
-
thoughtbot
|
|
18
|
-
|
|
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 = '
|
|
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 = '
|
|
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
|
|
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.
|
|
4
|
+
version: 1.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
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
|
|
71
|
-
thoughtbot
|
|
72
|
-
|
|
73
|
-
email:
|
|
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:
|
|
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
|
|
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
|