lil 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -17,13 +17,7 @@ email:
17
17
  executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
- files:
21
- - .gitignore
22
- - Gemfile
23
- - Rakefile
24
- - lib/lil.rb
25
- - lib/lil/version.rb
26
- - lil.gemspec
20
+ files: []
27
21
  homepage: ''
28
22
  licenses: []
29
23
  post_install_message:
data/.gitignore DELETED
@@ -1,4 +0,0 @@
1
- *.gem
2
- .bundle
3
- Gemfile.lock
4
- pkg/*
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- # Specify your gem's dependencies in lil.gemspec
4
- gemspec
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- require "bundler/gem_tasks"
data/lib/lil/version.rb DELETED
@@ -1,3 +0,0 @@
1
- module Lil
2
- VERSION = "0.0.2"
3
- end
data/lib/lil.rb DELETED
@@ -1,7 +0,0 @@
1
- require "lil/version"
2
-
3
- module Lil
4
- def self.lorem
5
- "TEST: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
6
- end
7
- end
data/lil.gemspec DELETED
@@ -1,24 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "lil/version"
4
-
5
- Gem::Specification.new do |s|
6
- s.name = "lil"
7
- s.version = Lil::VERSION
8
- s.authors = ["Ebru Acikel"]
9
- s.email = ["e-acikel@web.de"]
10
- s.homepage = ""
11
- s.summary = %q{test}
12
- s.description = %q{test}
13
-
14
- s.rubyforge_project = "lil"
15
-
16
- s.files = `git ls-files`.split("\n")
17
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
- s.require_paths = ["lib"]
20
-
21
- # specify any dependencies here; for example:
22
- # s.add_development_dependency "rspec"
23
- # s.add_runtime_dependency "rest-client"
24
- end