ffi-efl 0.0.13 → 0.0.14

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.
data/test/test_elm_win.rb CHANGED
@@ -18,7 +18,7 @@ class MyWin < Elm::ElmWin
18
18
  def feed
19
19
  @bg = Elm::ElmBg.new(self) do
20
20
  size_hint_weight_expand
21
- evas_object_color_set 200,255,100,150
21
+ evas_object_color_set 150,180,100,180
22
22
  show
23
23
  end
24
24
  resize_object_add @bg
data/test/test_evas.rb CHANGED
@@ -94,7 +94,7 @@ l1.xy = *(r2.center+r3.center)
94
94
  l1.show
95
95
  #
96
96
  p1 = canvas.object_polygon_add do |p|
97
- p.color = 100, 128, 0, 100
97
+ p.color = 100, 128, 0, 130
98
98
  p.<< w/2.0,10
99
99
  p.<< w-10,h/2.0
100
100
  p.<< w/2.0, h-10
data/tools/extract-api.sh CHANGED
@@ -50,7 +50,7 @@ for header in \
50
50
  "${ELM_INCLUDE_DIR}/elm_object.h" \
51
51
  "${ELM_INCLUDE_DIR}/elm_object_item.h" \
52
52
  "${ELM_INCLUDE_DIR}/elc_ctxpopup.h" \
53
- "${ELM_INCLUDE_DIR}/elc_dayselector.h" \
53
+ "${ELM_INCLUDE_DIR}/elm_dayselector.h" \
54
54
  "${ELM_INCLUDE_DIR}/elc_fileselector_button.h" \
55
55
  "${ELM_INCLUDE_DIR}/elc_fileselector_entry.h" \
56
56
  "${ELM_INCLUDE_DIR}/elc_fileselector.h" \
data/tools/genruby.rb CHANGED
@@ -312,7 +312,7 @@ libs << {
312
312
  libs << {
313
313
  :lib=>'ecore_input', :header=>'Ecore_Input.h',
314
314
  :modname=>'EcoreInput', :prefix=>'ecore_event', :outfile=>'ecore_input.rb',
315
- :requires=>[], :constants=>[]
315
+ :requires=>["#{NATIVE}/eina_list"], :constants=>[]
316
316
  }
317
317
  libs << {
318
318
  :lib=>'ecore', :header=>'Ecore_Getopt.h',
@@ -366,7 +366,7 @@ libs << elm_h('elm_scroller.h', 'ElmScroller')
366
366
  libs << elm_h('elm_entry.h', 'ElmEntry', ["#{NATIVE}/edje","#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon","#{NATIVE}/elm/elm_scroller"])
367
367
  libs << elm_h('elm_list.h', 'ElmList', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"])
368
368
  libs << elm_h('elc_ctxpopup.h', 'ElmCtxPopup')
369
- libs << elm_h('elc_dayselector.h', 'ElmDaySelector')
369
+ libs << elm_h('elm_dayselector.h', 'ElmDaySelector')
370
370
  libs << elm_h('elc_fileselector_button.h', 'ElmFileSelectorButton')
371
371
  libs << elm_h('elc_fileselector_entry.h', 'ElmFileSelectorEntry')
372
372
  libs << elm_h('elc_fileselector.h', 'ElmFileSelector')
@@ -407,7 +407,7 @@ libs << elm_h('elm_hover.h', 'ElmHover')
407
407
  libs << elm_h('elm_image.h', 'ElmImage')
408
408
  libs << elm_h('elm_index.h', 'ElmIndex')
409
409
  libs << elm_h('elm_label.h', 'ElmLabel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_entry"])
410
- libs << elm_h('elm_layout.h', 'ElmLayout')
410
+ libs << elm_h('elm_layout.h', 'ElmLayout', ["#{NATIVE}/edje"])
411
411
  libs << elm_h('elm_mapbuf.h', 'ElmMapBuf')
412
412
  libs << elm_h('elm_map.h', 'ElmMap', ["#{NATIVE}/emap","#{NATIVE}/elementary"])
413
413
  libs << elm_h('elm_menu.h', 'ElmMenu')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-efl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-19 00:00:00.000000000 Z
12
+ date: 2012-07-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi
@@ -70,6 +70,8 @@ extra_rdoc_files: []
70
70
  files:
71
71
  - .gitignore
72
72
  - Changelog
73
+ - Gemfile
74
+ - Gemfile.lock
73
75
  - MIT-LICENSE
74
76
  - README.md
75
77
  - Rakefile
@@ -328,3 +330,4 @@ test_files:
328
330
  - test/test_elm_win-native.rb
329
331
  - test/test_elm_win.rb
330
332
  - test/test_evas.rb
333
+ has_rdoc: