armadura 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36b26941170980cabf20c58b602706e6d4c78f68
4
- data.tar.gz: c54079e4c2e3c51d0bfb1fa4da0d4e6cb0ed7e9b
3
+ metadata.gz: 65cbc914ed68d3efd03437d9934498e3c51ce70f
4
+ data.tar.gz: 671cbd980007d1f3aa2c0a078f5a6bb16bbcee65
5
5
  SHA512:
6
- metadata.gz: ddcb0b5185a19ac82b5f3cf60848f2d4f89d98b0d519fb10e664e65e01de781f158ce1e1ef15d2e91040ab0d70882e83544b719e7db4bbdd81e4f99009bcbafa
7
- data.tar.gz: 9b6c5cf924ea45ba115b4c3ae0b4f8ab0eacbc63b3e343dc9266439ff8d1b935ac94eb08bc8c5b6dbaaf872ac5f6f75170f37454344645d9a90e01b1f68c2f25
6
+ metadata.gz: 57dc7c254fda9ae0abfe37fd39a35bed51ca3aa51a37068718fab3ad433e2c17f19edc2b46af02571660a67d9f3a4e69c1b593092db26eddcb61d3b23dccf4e2
7
+ data.tar.gz: 47850fe255187ddf1074985090ff530698654041829833a3d60b0dce8d6c479144d7800007d4a73be15cd08abe43d349ab91c83d66f44cf65af3b4fdf667ed7a
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.summary = "Armadura generates Rails projects, preconfigured with sensible defaults."
12
12
  s.email = 'elliot.winkler@gmail.com'
13
13
  s.executables = ['armadura']
14
+ s.bindir = 'exe'
14
15
  s.extra_rdoc_files = %w[README.md LICENSE]
15
16
  s.files = `git ls-files`.split("\n")
16
17
  s.homepage = 'https://github.com/mcmire/armadura'
File without changes
@@ -4,5 +4,5 @@ module Armadura
4
4
  read("#{File.dirname(__FILE__)}/../../.ruby-version").
5
5
  strip.
6
6
  freeze
7
- VERSION = "0.1.0".freeze
7
+ VERSION = "0.1.1".freeze
8
8
  end
@@ -70,7 +70,7 @@ module ArmaduraTestHelpers
70
70
  end
71
71
 
72
72
  def armadura_bin
73
- File.join(root_path, 'bin', 'armadura')
73
+ File.join(root_path, 'exe', 'armadura')
74
74
  end
75
75
 
76
76
  def support_bin
@@ -2,6 +2,7 @@ source "https://rubygems.org"
2
2
 
3
3
  ruby "<%= Armadura::RUBY_VERSION %>"
4
4
 
5
+ gem "armadura"
5
6
  gem "autoprefixer-rails"
6
7
  gem "flutie"
7
8
  gem "jquery-rails"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: armadura
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Winkler <elliot.winkler@gmail.com>
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2016-09-19 00:00:00.000000000 Z
12
12
  dependencies:
@@ -84,10 +84,10 @@ files:
84
84
  - Rakefile
85
85
  - USAGE
86
86
  - armadura.gemspec
87
- - bin/armadura
88
87
  - bin/rake
89
88
  - bin/rspec
90
89
  - bin/setup
90
+ - exe/armadura
91
91
  - lib/armadura.rb
92
92
  - lib/armadura/actions.rb
93
93
  - lib/armadura/adapters/heroku.rb