my_segments 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,7 +6,7 @@ TODO: Write a gem description
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'segments'
9
+ gem 'my_segments'
10
10
 
11
11
  And then execute:
12
12
 
@@ -14,14 +14,14 @@ And then execute:
14
14
 
15
15
  Or install it yourself as:
16
16
 
17
- $ gem install segments
17
+ $ gem install my_segments
18
18
 
19
19
  ## Usage
20
20
 
21
21
  Example:
22
22
 
23
23
  ```
24
- require 'segments'
24
+ require 'my_segments'
25
25
 
26
26
  # Setup the lexicon
27
27
  db_path = '/tmp/foo.sqlite3'
@@ -1,3 +1,3 @@
1
1
  class Segments
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/my_segments.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'segments/version'
4
+ require 'my_segments/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "my_segments"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_segments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: