skozlov-netzke-basepack 0.1.0 → 0.1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.mdown +4 -4
  2. data/netzke-basepack.gemspec +1 -1
  3. metadata +1 -1
data/README.mdown CHANGED
@@ -1,18 +1,18 @@
1
- NetzkeBasepack
1
+ netzke-basepack
2
2
  ==============
3
3
 
4
- Introduction goes here.
4
+ A pack of basic Rails/ExtJS widgets, as a part of Netzke framework.
5
5
 
6
6
 
7
7
  Example
8
8
  =======
9
9
 
10
- Example goes here.
10
+ See http://writelesscode.com
11
11
 
12
12
 
13
13
  Credentials
14
14
  ===========
15
15
 
16
- Testing with the help of http://github.com/pluginaweek/plugin_test_helper
16
+ Testing with the help of http://github.com/pluginaweek/plugin\_test\_helper
17
17
 
18
18
  Copyright (c) 2008 Sergei Kozlov, released under the MIT license
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{netzke-basepack}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.0.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sergei Kozlov"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skozlov-netzke-basepack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergei Kozlov