rails-replicator 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.
data/README.md CHANGED
@@ -7,7 +7,7 @@ Ruby on Rails application generator used by the [Teleporter](http://teleporter.i
7
7
  Installation is simple, just install the `replicator` gem:
8
8
 
9
9
  ```bash
10
- gem install replicator
10
+ gem install rails-replicator
11
11
  ```
12
12
 
13
13
  ## Usage
@@ -1,3 +1,3 @@
1
1
  module Replicator
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-replicator
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:
@@ -64,7 +64,7 @@ files:
64
64
  - lib/replicator/app_builder.rb
65
65
  - lib/replicator/generators/app_generator.rb
66
66
  - lib/replicator/version.rb
67
- - replicator.gemspec
67
+ - rails-replicator.gemspec
68
68
  - templates/Gemfile_clean
69
69
  - templates/Procfile
70
70
  - templates/README.md.erb