afgor-ui 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a3273a217f7882dd79d68142db972f5eb2b530b
4
- data.tar.gz: 2918930e9546128484ca8cdeeb3378861a3ac9c7
3
+ metadata.gz: 3b15fb7b35ec06357b0c36fa170dba7737ead8c1
4
+ data.tar.gz: 6e31b77450a24f3487bf4ae16dc2d956bf60007c
5
5
  SHA512:
6
- metadata.gz: dec684f2c04020a85ebb4f6259ae69526ce146082436b1cd49b5ede52ed6d5b82d0f585526295f30d66f6afb41378cc30c6a30fdc7b6825162ab5a459882a6f0
7
- data.tar.gz: 96ee12479156fd7ef4aaf05e6506b72e7d7895eb2dc4824762c1fc10225b45ba6b4f88b5e67d1d6ea780497937a0b4e2cd049adc617df8d4e9c2db84b46e589f
6
+ metadata.gz: 3387be84e715fdf05e0ffb99f146d8919753944dcdc0536021f69019bcfa35c7d31ce77b38f3f07fa39c623af2c916f13a0eb7854859b7005a1173526d8c8426
7
+ data.tar.gz: 7d711d041d16375d3fa637fcfa8e8c817cf9f95087f24406a3419675c1e9bd880dbf9807e1b72603d8bad32380855706cb482b9cc4d8e5e3fcc9d8ee456d9dca
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # afgor-ui
2
+ [![Gem Version](https://badge.fury.io/rb/afgor-ui.svg)](http://badge.fury.io/rb/afgor-ui)
2
3
 
3
4
  A simple framework by afgor.com, created for designing web apps and simple websites. Has some nice effects and is fully flat.
4
5
 
Binary file
@@ -10,7 +10,9 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["markus@afgor.com"]
11
11
 
12
12
  spec.summary = %q{A simple framework by afgor.com}
13
- spec.description = %q{Created for designing web apps and simple websites. Has some nice effects and is fully flat.}
13
+ spec.description = %q{Created for designing web apps and simple websites. Has some nice effects and is fully flat.\n
14
+ For more information visit https://github.com/MarkusBansky/afgor-framework/tree/ruby-package \n
15
+ or view wiki page on github.}
14
16
  spec.homepage = "https://github.com/MarkusBansky/afgor-framework/tree/ruby-package"
15
17
  spec.license = "MIT"
16
18
 
@@ -22,11 +24,13 @@ Gem::Specification.new do |spec|
22
24
  # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
25
  # end
24
26
 
25
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
27
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } + %w(LICENSE.txt README.md)
26
28
  spec.bindir = "exe"
27
29
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
30
  spec.require_paths = ["lib"]
29
31
 
32
+ spec.required_rubygems_version = ">= 1.3.6"
33
+
30
34
  spec.add_development_dependency "bundler", "~> 1.10"
31
35
  spec.add_development_dependency "rake", "~> 10.0"
32
36
  end
@@ -1,5 +1,5 @@
1
1
  module Afgor
2
2
  module Ui
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: afgor-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Benovsky
@@ -38,8 +38,10 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Created for designing web apps and simple websites. Has some nice effects
42
- and is fully flat.
41
+ description: |-
42
+ Created for designing web apps and simple websites. Has some nice effects and is fully flat.\n
43
+ For more information visit https://github.com/MarkusBansky/afgor-framework/tree/ruby-package \n
44
+ or view wiki page on github.
43
45
  email:
44
46
  - markus@afgor.com
45
47
  executables: []
@@ -53,6 +55,7 @@ files:
53
55
  - LICENSE.txt
54
56
  - README.md
55
57
  - Rakefile
58
+ - afgor-ui-0.1.0.gem
56
59
  - afgor-ui.gemspec
57
60
  - bin/console
58
61
  - bin/setup
@@ -78,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
81
  requirements:
79
82
  - - ">="
80
83
  - !ruby/object:Gem::Version
81
- version: '0'
84
+ version: 1.3.6
82
85
  requirements: []
83
86
  rubyforge_project:
84
87
  rubygems_version: 2.2.3