E1337 0.0.1 → 0.0.2

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.
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/31337/version', __FILE__)
2
+ require File.expand_path('../lib/E1337/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["M4c S|-|ifforde"]
data/README.md CHANGED
@@ -7,7 +7,7 @@ r[-@I>(/)& |-|e®£! ¥a|^|`|2ʁ!
7
7
 
8
8
  4dede +hi5 1in3 +0 your 4ff1i(a+ions 93mfi13:
9
9
 
10
- gem '31337'
10
+ gem 'E1337'
11
11
 
12
12
  ande then 3x3cyut3:
13
13
 
@@ -15,7 +15,7 @@ ande then 3x3cyut3:
15
15
 
16
16
  0r inz0rz+411 i+ jooour53|ph 4s:
17
17
 
18
- $ gem install 31337
18
+ $ gem install E1337
19
19
 
20
20
  ## Usage
21
21
 
@@ -0,0 +1,2 @@
1
+ require "E1337/version"
2
+ require "core_ext/string"
@@ -0,0 +1,3 @@
1
+ module E1337
2
+ VERSION = "0.0.2"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: E1337
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:
@@ -19,13 +19,13 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - .gitignore
22
- - 31337.gemspec
22
+ - E1337.gemspec
23
23
  - Gemfile
24
24
  - LICENSE
25
25
  - README.md
26
26
  - Rakefile
27
- - lib/31337.rb
28
- - lib/31337/version.rb
27
+ - lib/E1337.rb
28
+ - lib/E1337/version.rb
29
29
  - lib/core_ext/string.rb
30
30
  homepage: https://github.com/shiroginne/31337
31
31
  licenses: []
@@ -1,2 +0,0 @@
1
- require "31337/version"
2
- require "core_ext/string"
@@ -1,3 +0,0 @@
1
- module E1337
2
- VERSION = "0.0.1"
3
- end