blueprint-generators-rails 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed74bf88f68d1cf0892cd924c01c3867d5565520
4
- data.tar.gz: a23b7c4d5e80b834dfc9105a48a61938dea4b23b
3
+ metadata.gz: 410c5e27439cbc055ff1f3f2e62985da9aa1e8ea
4
+ data.tar.gz: afe185d1336a8a9a8c1bdfeabf67bd1a02030619
5
5
  SHA512:
6
- metadata.gz: a78b4e02fe8544c9a7ed2e2e2d1a934255d047e6fde1d84eeafa5c29979189c07a9fbae7a1883c32455c607e3ad504430bc93c5953e6000028593d3c722e32c9
7
- data.tar.gz: 5291415e66479f219ab46171baf0d3cedab1c3bc528b95f48bdc7629caf9c1c54b2ba29d26300f89ad67ca5d97d8ce9b4df93c265e4f03460721003dfca85e1b
6
+ metadata.gz: e3c8488c74ad220408408cc096288e25869f3fbcfff467297f8a09e993e15afb853b2b12baa2235d88daf4858fa596907a1d95a3b6b67218f1ae298a6e4e7e77
7
+ data.tar.gz: 9bf7a68dcc4f6cc571d5b457315531dae183d7bb74e94f51dc65811e96beca1ddd0a18f8791cf961adbdb295bba7114533cd3f712d1351d792cede10c14a5f30
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ben.deany@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Blueprint PogoScript generators for diagrams.}
13
- spec.homepage = "http://blooming-waters-9183.herokuapp.com"
13
+ spec.homepage = "http://blueprint.anaxim.io"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
16
  spec.bindir = "exe"
@@ -1,7 +1,7 @@
1
1
  module Blueprint
2
2
  module Generators
3
3
  module Rails
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
@@ -121,11 +121,11 @@ namespace :blueprint do
121
121
  puts ''
122
122
  puts 'Navigate to the link below and paste the provided script into the editor'
123
123
  puts ''
124
- puts ' http://blooming-waters-9183.herokuapp.com/scratchpad/'
124
+ puts ' http://blueprint.anaxim.io/scratchpad/'
125
125
  puts ''
126
- puts '==== * START * ===='
126
+ puts '~~~~'
127
127
  puts pogo
128
- puts '==== * END * ===='
128
+ puts '~~~~'
129
129
  puts ''
130
130
  puts ''
131
131
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueprint-generators-rails
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
  - benjii
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-04-07 00:00:00.000000000 Z
11
+ date: 2015-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -56,7 +56,7 @@ files:
56
56
  - lib/blueprint/generators/rails/railtie.rb
57
57
  - lib/blueprint/generators/rails/version.rb
58
58
  - lib/tasks/blueprint.rake
59
- homepage: http://blooming-waters-9183.herokuapp.com
59
+ homepage: http://blueprint.anaxim.io
60
60
  licenses: []
61
61
  metadata: {}
62
62
  post_install_message: