lines-engine 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +2 -2
  3. data/lib/lines/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8983e3ee4c221c2b9544b3940ccde3fc33c914b8
4
- data.tar.gz: 7c3670afb76619a8f802f5d0bf924b8e269b76bc
3
+ metadata.gz: 1de371c9a6929f07001cbd5bb716a58e2fc07987
4
+ data.tar.gz: 614c6e3cf114068b6305c896b129337c613733e8
5
5
  SHA512:
6
- metadata.gz: ae15dc62ac1cafa77fd9ea164376342c13fd518a6d4463866809bc02de96e59060e869f7ecc6db557dbb48f5776f27c4fd186c049f96f9eeaefac6fabe4d360b
7
- data.tar.gz: 3eb6cec3703d806b357ef22d9daaed74905b5041ced7262375891324020c796975db8e9e48f02065458d2180efe6a05b85cab9f7530da6ca2b9e2ea56dca49fc
6
+ metadata.gz: b7f8f68904c8afd14b7015e40dca7dc9d146ad757d90257bce17bde3d4f431cb073beefb1612bb31bf30f65945e98ac3b29476d4a8fffbb688c3796728e88cc3
7
+ data.tar.gz: fb14e6b25e9f9c484735a16b349421c9fa21e516ba7248c628c7ce9fbf2b198c052ce40995639bf1a1c9c45d0553205830e683c329ddf1e8be0b7120d757c3d4
data/README.rdoc CHANGED
@@ -40,7 +40,7 @@ To get an idea of the appearance, see the screenshots below, visit the {Lines We
40
40
  == Installation
41
41
 
42
42
  1. Add the gem to your Gemfile:
43
- gem 'lines', github: 'thej/lines-engine'
43
+ gem 'lines-engine'
44
44
 
45
45
  2. Run 'bundle':
46
46
  bundle
@@ -48,7 +48,7 @@ To get an idea of the appearance, see the screenshots below, visit the {Lines We
48
48
  3. There is a installation task that will guide you through the rest of the installation process. Just switch to your application directory and run:
49
49
  rails g lines:install
50
50
 
51
- 4. Adjust settings for Lines in the newly generated 'config/lines_config.yml' file.
51
+ 4. Adjust settings for Lines in the newly generated <tt>config/lines_config.yml</tt> file.
52
52
 
53
53
  If you need some more information or help, you can just follow this readme file.
54
54
 
data/lib/lines/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lines
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lines-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Opoloo GbR
@@ -1472,7 +1472,7 @@ files:
1472
1472
  - spec/spec_helper.rb
1473
1473
  - spec/support/auth_macros.rb
1474
1474
  - spec/support/images/example.jpg
1475
- homepage: http://github.com/thej/lines-engine
1475
+ homepage: http://github.com/opoloo/lines-engine
1476
1476
  licenses:
1477
1477
  - LGPL3
1478
1478
  metadata: {}